Skip to content

Bump @fishbrain/eslint-config-base from 6.0.9 to 6.0.11 #84

Bump @fishbrain/eslint-config-base from 6.0.9 to 6.0.11

Bump @fishbrain/eslint-config-base from 6.0.9 to 6.0.11 #84

Workflow file for this run

name: Lint
on: [push]
jobs:
linter:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run lint