Weekly HTML Accessibility Check #19
This file contains 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: Weekly HTML Accessibility Check | ||
on: | ||
schedule: | ||
- cron: '0 4 * * 0' # 0400 UTC every Sunday | ||
workflow_dispatch: | ||
jobs: | ||
Scheduled: | ||
uses: spacetelescope/notebook-ci-actions/.github/workflows/html_accessibility_check.yml@main | ||
with: | ||
target_url: https://spacetelescope.github.io/${{ github.event.repository.name }}/ | ||
A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }} | ||
Check failure on line 12 in .github/workflows/weekly_html_accessibility_check.yml GitHub Actions / Weekly HTML Accessibility CheckInvalid workflow file
|