Add contrib/checkformat.bash to check for clang-formatting (#1646)

This commit is contained in:
Rangi
2025-02-04 10:40:38 +01:00
committed by GitHub
parent 91310c9eb6
commit fbde24ee17
3 changed files with 28 additions and 1 deletions

12
.github/workflows/checkformat.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Code format checking
on: pull_request
jobs:
checkformat:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Check format
run: |
./contrib/checkformat.bash