Skip to content

Commit

Permalink
actions format check
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish committed Jul 20, 2022
1 parent dd889d2 commit 311ca75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: clang-format
run: ./clang-format.sh
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
exclude: '*/third_party'
extensions: 'h,cpp'
clangFormatVersion: 12

9 changes: 0 additions & 9 deletions clang-format.sh

This file was deleted.

0 comments on commit 311ca75

Please sign in to comment.