Skip to content

Commit

Permalink
Style workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Apr 22, 2024
1 parent 7407321 commit 577f370
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: style
on: [push, workflow_dispatch]

jobs:
C:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: ./clang-format.bash check

0 comments on commit 577f370

Please sign in to comment.