Skip to content

[Sweep GHA Fix] Fix the failing GitHub Actions #12

[Sweep GHA Fix] Fix the failing GitHub Actions

[Sweep GHA Fix] Fix the failing GitHub Actions #12

Workflow file for this run

name: eslint check
on: ["push", "pull_request"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Show environment info
run: npm run lint --env-info
- name: Run ESLint
run: npm run lint