Skip to content

Commit

Permalink
Create lint.yml
Browse files Browse the repository at this point in the history
Add a linting workflow to github actions
  • Loading branch information
hminsky2002 committed Sep 6, 2024
1 parent 529fad3 commit f05b9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: 'front-end/.node-version'
- name: Enter frontend directory
run: cd front-end
- name: Install dependencies
working-directory: ./front-end
run: npm ci
- name: Run ESLint
working-directory: ./front-end
run: npm run lint

0 comments on commit f05b9be

Please sign in to comment.