Skip to content

Commit

Permalink
ci: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Jan 16, 2022
1 parent b760bbc commit 1c17ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: sudo apt-get install clang-format
- name: Check code style
run: |
find include -type f | xargs clang-format --dry-run -Werror
find src -type f | xargs clang-format --dry-run -Werror
find test -type f | xargs clang-format --dry-run -Werror
- name: Use Node.js
Expand Down

0 comments on commit 1c17ce2

Please sign in to comment.