Skip to content

Commit 8e3b4e1

Browse files
committed
* can't use zsh script
1 parent e283ad7 commit 8e3b4e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/axe.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Run docs site
2121
run: |
2222
npm run dev & npx wait-on http://localhost:8000
23-
- uses: actions/checkout@v2
2423
- name: Run axe script
2524
run: |
2625
script/axe-docs

script/axe-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/bash
22

33
npm install -g @axe-core/cli
44

0 commit comments

Comments
 (0)