Skip to content

feat/fix: Update GitHub Actions workflow to instal #8

feat/fix: Update GitHub Actions workflow to instal

feat/fix: Update GitHub Actions workflow to instal #8

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 lint --env-info
- name: Run ESLint
run: npm lint