We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tolk
1 parent 93c0d83 commit 9664bbaCopy full SHA for 9664bba
.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