There was an error while loading. Please reload this page.
2 parents 761eed6 + 9664bba commit 0e6b7b8Copy full SHA for 0e6b7b8
1 file changed
.github/workflows/build-ton-linux-x86-64-werror.yml
@@ -55,12 +55,20 @@ jobs:
55
56
- name: Check spaces at EOL
57
run: |
58
- ! git grep --cached -Il '\s$'
+ ! git grep --cached -Il '\s$' -- :/ \
59
+ ':(exclude)crypto/smartcont/tolk-stdlib/' \
60
+ ':(exclude)tolk/' \
61
+ ':(exclude)tolk-tester/' \
62
+ ':(exclude)third-party/'
63
64
- name: Check C++ formatting
65
66
# TODO: Run clang-format only on changed files.
- clang-format-21 -i $(git ls-files '*.h' '*.hpp' '*.cpp' ':!^tolk/')
67
+ clang-format-21 -i $(git ls-files '*.h' '*.hpp' '*.cpp' \
68
69
70
71
+ ':(exclude)third-party/')
72
git diff --exit-code
73
74
- name: Prepare Python environment
0 commit comments