Skip to content

Commit

Permalink
Add HTML linting to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Feb 22, 2023
1 parent 39fce1c commit f8447a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Lint and test
run: npm test -- --color --maxWorkers=2

- name: Lint HTML
run: npm run lint:html

# Share data between the build and deploy jobs so we don't need to run `npm run build` again on deploy
# Upload the deploy folder as an artifact so it can be downloaded and used in the deploy job
- name: Upload artifact
Expand Down

0 comments on commit f8447a6

Please sign in to comment.