-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Steps to reproduce:
While rasing PR to execute axe-linter-actions
on github, added workflows/axe-linter.yml
and configured,
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 }}
based on the example given https://github.com/dequelabs/axe-linter-action#example-usage
but with this getting error:
Note: In the screenshot 11th line changed to - uses: dequelabs/axe-linter-action@v1
still getting the similar error.