Skip to content

Bump eslint-plugin-import from 2.29.0 to 2.29.1 #221

Bump eslint-plugin-import from 2.29.0 to 2.29.1

Bump eslint-plugin-import from 2.29.0 to 2.29.1 #221

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run prettier:check
depcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run depcheck