We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a527a0 commit f9fe8f2Copy full SHA for f9fe8f2
.github/workflows/cmake-single-platform.yml
@@ -29,12 +29,6 @@ jobs:
29
run: |
30
sudo npm install -g lintspaces-cli
31
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"
38
- name: set version string for artifacts
39
id: set-version
40
0 commit comments