Skip to content

Update TWiStErRob/github-workflows digest to f44f69e #82

Update TWiStErRob/github-workflows digest to f44f69e

Update TWiStErRob/github-workflows digest to f44f69e #82

Workflow file for this run

name: "CI"
on:
push:
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@f44f69e4ba1bcbd6a7ecf29dba33342d23e3220c # v3
permissions:
contents: read
security-events: write
actions: read
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/ci-build.yml
permissions:
contents: read
checks: write