Skip to content

Update Kotlin from 1.9.25 to 2.0.10 (major v2) #309

Update Kotlin from 1.9.25 to 2.0.10 (major v2)

Update Kotlin from 1.9.25 to 2.0.10 (major v2) #309

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@1e06403c5d561d70e40109c2701ea3092ca6ded7 # 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