Skip to content

feat: Updated .github/workflows/main.yml #48

feat: Updated .github/workflows/main.yml

feat: Updated .github/workflows/main.yml #48

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