Skip to content

Commit

Permalink
Merge branch 'main' into dmundra-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Jun 3, 2024
2 parents d564b15 + f50d83a commit 80ab442
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ This pipeline requires a personal access token or organizational one with the ke

Run Cypress tests with Axe to check accessibility of the site with axe by interacting with the menu, search, and with different screen sizes.

## a11ywatch.yml

Run a11ywatch GitHub action to check accessibility of the site.

## accessibility-alt-text-bot.yml

This action reminds users to add a meaningful alternative text to their images.
Expand All @@ -42,6 +38,10 @@ This action reminds users to add a meaningful alternative text to their images.

This action checks content links for issues using https://github.com/gjtorikian/html-proofer.

## auto-update.yml

Updating branch that is configured to auto-merge.

# References

* https://github.com/pa11y/pa11y
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/a11ywatch.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Updating branch that is configured to auto-merge
on:
push:
branches:
- master

jobs:
Auto:
name: Auto-update
runs-on: ubuntu-latest
steps:
- uses: tibdex/auto-update@v2
with:
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit 80ab442

Please sign in to comment.