We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d552e0 commit e845845Copy full SHA for e845845
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "cache_key=$(printf 'cached_findings-%s-%s.json' "${{ github.ref_name }}" "${{ matrix.site }}" | tr -cs 'A-Za-z0-9._-' '_')" >> $GITHUB_OUTPUT
65
66
- name: Scan site (${{ matrix.site }})
67
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@main
+ uses: ./
68
with:
69
urls: |
70
http://127.0.0.1:4000/
0 commit comments