Skip to content

Commit

Permalink
TESTING: inspect CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 14, 2023
1 parent 312e990 commit f16121a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
run: docker run --rm --init -v $(pwd):/repo linter:latest clang-format --help

- name: Check current commit
run: docker run --rm --init -v $(pwd):/repo -w /repo linter:latest sh -c "git diff --diff-filter=d --name-only FETCH_HEAD | grep '\.c$\|\.h$\|\.cc$' | xargs clang-format --style=file --dry-run --Werror "
run: |
ls -la
echo $(pwd)
docker run --rm --init -v $(pwd):/repo -w /repo linter:latest sh -c "git diff --diff-filter=d --name-only FETCH_HEAD | grep '\.c$\|\.h$\|\.cc$' | xargs clang-format --style=file --dry-run --Werror "

0 comments on commit f16121a

Please sign in to comment.