This directory has the github actions workflows for the Justice40 Project.
This project is deployed on an AWS account managed by GeoPlatform.gov, and github actions is used to automate the data pipeline and all deployment steps.
The names of the Github Actions stages in the yaml files should describe what each step does, so it is best to refer there to understand the latest of what everything is doing.
To mitigate the risk of having this README quickly become outdated as the project evolves, avoid documenting anything application or data pipeline specific here. Instead, go back up to the top level project README and refer to the documentation on those components directly.
Runs Linkspector with Reviewdog on pull requests to identify and report on dead hyperlinks within the code.
Runs Github's CodeQL engine against the code to check for security vulnerabilities.
Compiles mermaid markdown into images. This action should be deprecated as the action is no longer supported
Builds and deploys the backend data pipeline to AWS. This workflow is set to be triggered manually.
Builds and deploys the frontend web client to AWS when changes to the ./client directory are merged into main.
Runs a check on the J40 website checking for a return of status 200
Builds the backend data pipeline when a pull request is opened with changes within the ./data directory
Builds the frontend web client when a pull request is opened with changes within the ./client directory