Skip to content

Update dependency eslint-plugin-import to v2.30.0 #317

Update dependency eslint-plugin-import to v2.30.0

Update dependency eslint-plugin-import to v2.30.0 #317

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: npm ci
- name: Run linter ⚡
run: npm run lint
- name: Run build 🔨
run: npm run build