Skip to content

Adopt the central style #27

Adopt the central style

Adopt the central style #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
workflow_dispatch:
permissions:
actions: read
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
if: ${{ !github.event.repository.private }}
name: ci / matrix
uses: swift-institute/.github/.github/workflows/swift-ci.yml@main