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 e283ad7 commit 8e3b4e1Copy full SHA for 8e3b4e1
.github/workflows/axe.yml
@@ -20,7 +20,6 @@ jobs:
20
- name: Run docs site
21
run: |
22
npm run dev & npx wait-on http://localhost:8000
23
- - uses: actions/checkout@v2
24
- name: Run axe script
25
26
script/axe-docs
script/axe-docs
@@ -1,4 +1,4 @@
1
-#!/bin/zsh
+#!/bin/bash
2
3
npm install -g @axe-core/cli
4
0 commit comments