Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 98dc334

Browse files
committed
misc: Update .github/workflows/check-pr-format.yaml
1 parent a397e43 commit 98dc334

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
##### This file is managed automatically. To update visit: https://github.com/qctrl/repositories-manager. #####
2+
name: Check PR format
3+
4+
on:
5+
pull_request:
6+
types: [opened, reopened, edited]
7+
branches: [master]
8+
9+
jobs:
10+
check_pr_format:
11+
name: 'Check PR format'
12+
runs-on: ubuntu-latest
13+
container: qctrl/ci-images:python-3.10-ci
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: Check PR format
17+
shell: bash
18+
run: /scripts/check-pr-format.sh

0 commit comments

Comments
 (0)