Skip to content

build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.28.0 #775

build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.28.0

build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.28.0 #775

Workflow file for this run

name: CI
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout Repo
uses: actions/checkout@v3
- name: ⬢ Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '*'
cache: yarn
- name: 📦 Install Packages
run: yarn install --frozen-lockfile
- name: 🧪 Run Tests
run: yarn test