Skip to content

Report backend opt-outs as skipped (#99) #38

Report backend opt-outs as skipped (#99)

Report backend opt-outs as skipped (#99) #38

Workflow file for this run

name: ESLint
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- run: npm ci
- run: npm run lint