Skip to content

Commit

Permalink
add ci to check cmake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Oct 25, 2024
1 parent f1da05f commit 5a842d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Formatting

on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install gersemi
- run: ./extras/formatting.sh --check-only

0 comments on commit 5a842d3

Please sign in to comment.