Skip to content

Speed up workflow validation and releases #25

Speed up workflow validation and releases

Speed up workflow validation and releases #25

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate
uses: ./.github/workflows/validate.yml