Skip to content

Update pyyaml requirement from >=6.0 to >=6.0.3 #101

Update pyyaml requirement from >=6.0 to >=6.0.3

Update pyyaml requirement from >=6.0 to >=6.0.3 #101

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