Skip to content

CI/CD workflows

CI/CD workflows #18

name: Verify contents of a PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
build:
uses: ./.github/workflows/ci.yaml