Skip to content

Chore(deps-dev): Bump eslint-plugin-import from 2.29.0 to 2.29.1 #351

Chore(deps-dev): Bump eslint-plugin-import from 2.29.0 to 2.29.1

Chore(deps-dev): Bump eslint-plugin-import from 2.29.0 to 2.29.1 #351

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, build, and lint
run: |
npm install
npm run build --if-present
npm run-script lint