Checkpoint first cut at new automatic split policies. #593
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: QA | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
Style: | |
uses: ./.github/workflows/check-whitespace.yml | |
Substance: | |
uses: ./.github/workflows/build.yml | |
needs: Style |