Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow updates #757

Merged
merged 3 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ The pa11y-ci commands can also be run locally to generate the same test results:

Run remark-lint with reviewdog on pull requests to check for readibility and other text checks.

## pre-commit.yml

Run pre-commit hooks to clean up site based on configurations in .pre-commit-config.yaml include searching and replacing smart quotes defined in .pre-commit-search-and-replace.yaml.

## backlog-issues.yml

Automatically place new/reopened issues in to the project board.
Expand All @@ -34,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 @@ -46,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 }}
25 changes: 0 additions & 25 deletions .github/workflows/pre-commit.yml

This file was deleted.

Loading