Skip to content

Commit ff0aa25

Browse files
committed
TRy one last time
1 parent ba44f7f commit ff0aa25

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/linters.yml

+14
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ jobs:
1818
run: npm install -g @lhci/cli@0.7.x
1919
- name: Lighthouse Report
2020
run: lhci autorun --upload.target=temporary-public-storage --collect.staticDistDir=.
21+
webhint:
22+
name: Webhint
23+
runs-on: ubuntu-18.04
24+
steps:
25+
- uses: actions/checkout@v2
26+
- uses: actions/setup-node@v1
27+
with:
28+
node-version: "12.x"
29+
- name: Setup Webhint
30+
run: |
31+
npm install --save-dev hint@6.x
32+
[ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.hintrc
33+
- name: Webhint Report
34+
run: npx hint .
2135
stylelint:
2236
name: Stylelint
2337
runs-on: ubuntu-18.04

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)