Skip to content

Commit f9fe8f2

Browse files
authored
Update cmake-single-platform.yml
1 parent 8a527a0 commit f9fe8f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cmake-single-platform.yml

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
run: |
3030
sudo npm install -g lintspaces-cli
3131
lintspaces -e .editorconfig SCClassLibrary/**/*.sc || true # ignore failure
32-
- name: lint cpp files
33-
run: |
34-
sudo apt-get install -y clang-format-8
35-
echo "Running tools/clang-format.py lintall"
36-
tools/clang-format.py -c clang-format-8 -d clang-format-diff-8 lintall || exit 1
37-
echo "Lint successful"
3832
- name: set version string for artifacts
3933
id: set-version
4034
run: |

0 commit comments

Comments
 (0)