Skip to content

wip

wip #19

Workflow file for this run

# name: PR
# on:
# pull_request:
# types: [opened, synchronize, reopened]
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
# cancel-in-progress: true
# permissions:
# contents: read
# packages: write
# jobs:
# ci:
# name: CI
# uses: ./.github/workflows/build.yaml