Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/js-yaml-4.1.1 #154

Merge branch 'main' into dependabot/npm_and_yarn/js-yaml-4.1.1

Merge branch 'main' into dependabot/npm_and_yarn/js-yaml-4.1.1 #154

Workflow file for this run

name: eslint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.2.0
with:
node-version: lts/*
- run: npm ci
- run: npm run lint