File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - feat-add-pro-backend-fns
78 pull_request :
89 branches :
910 - main
11+ - feat-add-pro-backend-fns
1012
1113concurrency :
1214 group : ${{ github.workflow }}
@@ -29,16 +31,16 @@ jobs:
2931 - name : Checkout git repo
3032 uses : actions/checkout@v4
3133 with :
32- submodules : ' recursive'
34+ submodules : " recursive"
3335
3436 - name : Install node
3537 uses : actions/setup-node@v3
3638 with :
37- node-version-file : ' .nvmrc'
39+ node-version-file : " .nvmrc"
3840
3941 - uses : actions/setup-python@v4
4042 with :
41- python-version : ' 3.11'
43+ python-version : " 3.11"
4244
4345 - name : Add msbuild to PATH
44464850 shell : bash
4951 run : yarn update_version
5052
51-
5253 - name : build libsession-util-nodejs
5354 shell : bash
5455 run : yarn install --frozen-lockfile
56+
57+ - name : Run clang-tidy
58+ run : clang-tidy -p build src/**/*.cpp
59+
60+ - name : Check formatting
61+ run : clang-format --dry-run --Werror src/**/*.{cpp,hpp}
You can’t perform that action at this time.
0 commit comments