Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 #308

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

chore(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 #308

Workflow file for this run

# This workflow will do a clean install of node dependencies and run the linter
name: Run linter
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run lint