first-pass at full flexibility with prelim tests (accordance with pre… #16
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: CI | |
on: [push, pull_request] | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
lint: | |
uses: ./.github/workflows/lint.yaml | |
format: | |
uses: ./.github/workflows/format.yaml |