Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 661 Bytes

GitHubActions.md

File metadata and controls

11 lines (6 loc) · 661 Bytes

GitHub Actions

This project has GitHub Actions workflows to validate our code for us automatically. The project currently uses two workflows.

Build

The Build workflow automates the core checks for the repository: compile, unit tests, and lint checks. This is set to run on every push.

Danger Checks

The Danger Checks is a separate workflow that is set to only run on pull request. This is because UI tests are slow and take up a lot of resources, so we only want to validate them when we're ready to merge changes into our base branch.