Skip to content

CI/CD workflows

CI/CD workflows #61

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:
tests:
uses: ./.github/workflows/ci-tests.yaml