Skip to content

Update libs

Update libs #346

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@v1
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/CI-build.yml
icons:
name: "🎨 Icons"
uses: ./.github/workflows/CI-icons.yml
instrumentation:
name: "🧪 Instrumentation Tests on" # / API ${{ matrix.api }} will be appended by used workflow.
needs: validate
uses: ./.github/workflows/CI-instrumentation.yml