Skip to content

Commit

Permalink
don't be clever
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jul 17, 2024
1 parent 2a93483 commit 525eb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
W3C_BUILD_OVERRIDE: |
TR: https://www.w3.org/TR/webnn/
status: CRD
- name: lint
- name: WebNN - Validate Bikeshed Source and Generated HTML
shell: bash
run: |
echo "::group::Lint Bikeshed Source and Generated Static HTML"
cd tools
npm install
cd ..
node tools/lint.mjs --verbose --bikeshed index.bs --html index.bs.built.html
node tools/lint.mjs --verbose --bikeshed index.bs --html index.html
echo "::endgroup::"

0 comments on commit 525eb3a

Please sign in to comment.