Skip to content

Merge pull request #82 from foundryside-dev/chore/gitignore-wardline #242

Merge pull request #82 from foundryside-dev/chore/gitignore-wardline

Merge pull request #82 from foundryside-dev/chore/gitignore-wardline #242

Workflow file for this run

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