Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/path-to-regexp-1.9.0 #437

Merge branch 'main' into dependabot/npm_and_yarn/path-to-regexp-1.9.0

Merge branch 'main' into dependabot/npm_and_yarn/path-to-regexp-1.9.0 #437

Workflow file for this run

name: eslint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint