Skip to content

build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 #140

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

build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 #140

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check