Skip to content

Commit

Permalink
Add check-formatting github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 12, 2024
1 parent efeedba commit 941c2c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make build-docs

check-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make check-formatting

0 comments on commit 941c2c0

Please sign in to comment.