Skip to content

Commit

Permalink
Merge commit 'b950f56476937ba9368e9a3c49260057c8f96480' into clean-ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
ashgillman committed May 25, 2021
2 parents a101b6d + b950f56 commit 9a83890
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/action@v2.0.0
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ repos:
rev: master
hooks:
- id: clang-format
files: \.(c|cc|cxx|cpp|h|hpp|hxx|inl|txx)
files: \.(c|cc|cxx|cpp|h|hpp|hxx|inl|txx)$

0 comments on commit 9a83890

Please sign in to comment.