# Workflows

## backlog-issues.yaml

Automatically place new/reopened issues in to the project board.

## pre-commit.yaml

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.

## tests.yaml

Run our tests when we submit a pull request.

## openacr-export.yaml

Generates export of the OpenACRs for download including the data table and catalog.

## a11y.yaml

Tests HTML output using pa11y-ci and axe.

# References

- https://github.blog/2021-04-28-use-github-actions-manage-docs/#why-use-github-actions-for-project-management
- https://pre-commit.com/
