Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

chore: Redirect users to code.q-ctrl.com #5

chore: Redirect users to code.q-ctrl.com

chore: Redirect users to code.q-ctrl.com #5

##### This file is managed automatically. To update visit: https://github.com/qctrl/repositories-manager. #####
name: Check PR format
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [master]
jobs:
check_pr_format:
name: "Check PR format"
runs-on: ubuntu-latest
container: qctrl/ci-images:python-3.11-ci
steps:
- uses: actions/checkout@v3
- name: Check PR format
shell: bash
run: /scripts/check-pr-format.sh