Skip to content

Revert "Use new entry point (since 3.3)" #19

Revert "Use new entry point (since 3.3)"

Revert "Use new entry point (since 3.3)" #19

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@94f2ec4f96e146200f801fe7e09310c79cb2d2b3 # v2
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