Merge pull request #82 from foundryside-dev/chore/gitignore-wardline #242
This file contains hidden or 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: | |
| branches: [main] | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| # Every gate lives in the reusable verify.yml so CI and the release pre-publish | |
| # gate share one definition and cannot drift (V11-CI-01, clarion-c9f62eec7d). | |
| verify: | |
| name: Verify | |
| uses: ./.github/workflows/verify.yml |