Skip to content

Improve repo structure, CI pipeline, and contributor experience #1

Improve repo structure, CI pipeline, and contributor experience

Improve repo structure, CI pipeline, and contributor experience #1

Workflow file for this run

name: PR
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/_checks.yml