Skip to content

Update pytest requirement from >=9.0.3 to >=9.1.1 #122

Update pytest requirement from >=9.0.3 to >=9.1.1

Update pytest requirement from >=9.0.3 to >=9.1.1 #122

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