Skip to content

Commit

Permalink
Update validate.yml to use w3c's spec-prod (#170)
Browse files Browse the repository at this point in the history
Switch to using the w3c version of spec-prod
  • Loading branch information
alexmturner authored Jan 15, 2025
1 parent a584208 commit 1e6db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pythagoraskitty/w3c-spec-prod@v1.2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
SOURCE: spec.bs
Expand Down

0 comments on commit 1e6db01

Please sign in to comment.