Skip to content

Commit

Permalink
Combined linting commands into one
Browse files Browse the repository at this point in the history
  • Loading branch information
nekruz03 committed Jan 19, 2024
1 parent c000081 commit f7c4b06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run ESLint
- name: Run ESLint and HTMLHint
run: npm run lint

- name: Run HTMLLint
run: npm run lint:html

0 comments on commit f7c4b06

Please sign in to comment.