Skip to content

Bump @jgarber/eslint-config from 4.2.1 to 4.3.0 #7

Bump @jgarber/eslint-config from 4.2.1 to 4.3.0

Bump @jgarber/eslint-config from 4.2.1 to 4.3.0 #7

Workflow file for this run

name: CI
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm run lint