Skip to content

add pre-commit checks #55

add pre-commit checks

add pre-commit checks #55

Workflow file for this run

name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
build_and_test:
secrets: inherit
uses: ./.github/workflows/build_and_test.yaml
with:
build_type: pull-request