We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f1019 commit 27f6743Copy full SHA for 27f6743
.github/workflows/test.yml
@@ -14,7 +14,8 @@ jobs:
14
uses: actions/[email protected]
15
with:
16
node-version: ${{ matrix.node-version }}
17
-
+ - name: Install bikeshed
18
+ run: pipx install bikeshed && bikeshed update
19
- run: npm install
20
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/spec-generator/respec.html"
21
- run: npm test
0 commit comments