Skip to content

Update TWiStErRob/github-workflows action from v1 to v2 (major v2) #314

Update TWiStErRob/github-workflows action from v1 to v2 (major v2)

Update TWiStErRob/github-workflows action from v1 to v2 (major v2) #314

Workflow file for this run

name: "CI"
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('ci-main-{0}', github.sha) || format('ci-{0}', github.ref) }}
cancel-in-progress: true
jobs:
validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@94f2ec4f96e146200f801fe7e09310c79cb2d2b3 # v2
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/CI-build.yml