Accessibility Scanner #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Accessibility Scanner | |
| on: workflow_dispatch # Run manually | |
| jobs: | |
| accessibility_scanner: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: github/accessibility-scanner@v2 | |
| with: | |
| urls: | # Provide a newline-delimited list of URLs to scan; more information below. | |
| https://southernmethodistuniversity.github.io/hpc_docs/ | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/qs_instructor.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/qs_student.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/add_change_project.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/add_class.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/add_remove_users.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/request_change_allocation.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/add_metadata.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/usage_stats.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/archive_project.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/renewals.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/running_jobs.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/faq.html | |
| https://southernmethodistuniversity.github.io/hpc_docs/coldfront/optout.html | |
| repository: "SouthernMethodistUniversity/hpc_docs" | |
| token: ${{ secrets.A11Y_SCAN_ACCESS_TOKEN }} | |
| cache_key: "hpc_docs_a11y_scan" # Provide a filename that will be used when caching results. We recommend including the name or domain of the site being scanned. | |
| skip_copilot_assignment: true # Optional: Set to true to skip assigning issues to GitHub Copilot (or if you don't have GitHub Copilot) |