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 bd1fb23 commit cf048fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/accessibility-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Install axe-core
run: npm install axe-core --save-dev

- name: Run axe-core
run: npx axe . --save --dir ./axe-reports

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

0 comments on commit cf048fc

Please sign in to comment.