devutils: add script for checking patch correctness (#29)

This commit is contained in:
wukko
2025-07-28 15:28:27 +06:00
committed by GitHub
3 changed files with 174 additions and 0 deletions

16
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Check patch series correctness
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: python3 ./devutils/lint.py