Skip to content

Update Kotlin from 1.9.23 to 1.9.24 #61

Update Kotlin from 1.9.23 to 1.9.24

Update Kotlin from 1.9.23 to 1.9.24 #61

Workflow file for this run

name: "CI"
on:
push
concurrency:
# See https://github.com/TWiStErRob/github-workflows/blob/main/snippets/cancel-pr-ci-on-push.yml
group: ${{ github.ref == 'refs/heads/main' && format('ci-main-{0}', github.sha) || format('ci-{0}', github.ref) }}
cancel-in-progress: true
permissions:
contents: read
checks: write
statuses: write
security-events: write
actions: read
jobs:
validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@f44f69e4ba1bcbd6a7ecf29dba33342d23e3220c # v3
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/ci-build.yml
instrumentation:
name: "🧪 Instrumentation Tests on" # / API ${{ matrix.api }} will be appended by used workflow.
needs: validate
uses: ./.github/workflows/ci-instrumentation.yml