Skip to content

ci: Remove sphinx theme deployments #106

ci: Remove sphinx theme deployments

ci: Remove sphinx theme deployments #106

##### 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@v4
- name: Check PR format
shell: bash
run: /scripts/check-pr-format.sh