Skip to content

Commit

Permalink
Update accessibility-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetgarg authored Jan 28, 2025
1 parent 0b6110e commit cd618ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/accessibility-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install axe-core globally
run: npm install -g axe-core

- name: Run axe-core accessibility scan
run: axe-core ./ --output html --output-path ./axe-reports/accessibility-report.html
run: npx axe-core ./ --output html --output-path ./axe-reports/accessibility-report.html

- name: Upload axe-core report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cd618ab

Please sign in to comment.