Skip to content

Commit

Permalink
added yml file for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HellenMelon committed Aug 23, 2024
1 parent 6348adf commit bf72f05
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 @@ -12,8 +12,8 @@ jobs:

- name: Install packages
- working-directory: frontend
- uses: npm i
- run: npm i

- name: Run EsLint
- working-directory: frontend
- uses: npm run lint
- run: npm run lint

0 comments on commit bf72f05

Please sign in to comment.