Skip to content

Commit

Permalink
update clang-format check
Browse files Browse the repository at this point in the history
Signed-off-by: jmattaa <mattajonathan1@gmail.com>
  • Loading branch information
jmattaa committed Nov 5, 2024
1 parent e4dcb57 commit df62f75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: clang-format CheckV
on: [push, pull_request]
name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
clang-format:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install clang-format
run: sudo apt-get install -y clang-format
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Run make
run: make

Expand Down

0 comments on commit df62f75

Please sign in to comment.