Skip to content

Commit fd695d5

Browse files
committed
pythongh-109408: Run patchcheck in GitHub Actions
1 parent 8ea4ad4 commit fd695d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint.yml

+11
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ jobs:
2424
with:
2525
python-version: "3.x"
2626
- uses: pre-commit/[email protected]
27+
28+
patchcheck:
29+
runs-on: ubuntu-latest
30+
timeout-minutes: 10
31+
32+
steps:
33+
- uses: actions/checkout@v4
34+
- uses: actions/setup-python@v4
35+
with:
36+
python-version: "3.11"
37+
- run: python Tools/patchcheck/patchcheck.py --ci true

0 commit comments

Comments
 (0)