Skip to content

Commit

Permalink
Create axe-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfairchild365 authored Feb 1, 2024
1 parent 465b85f commit 2280294
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/axe-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Linting for accessibility issues

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: dequelabs/axe-linter-action@v1
with:
api_key: ${{ secrets.AXE_LINTER_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2280294

Please sign in to comment.