We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d6747 commit 6b190f5Copy full SHA for 6b190f5
.github/workflows/build.yml
@@ -157,12 +157,12 @@ jobs:
157
conan remote add swift https://artifactory.swift-project.org/artifactory/api/conan/conan-local
158
conan remote login swift "$ARTIFACTORY_USER" --password "$ARTIFACTORY_TOKEN"
159
conan install . --output-folder=build_conan --deployer=full_deploy -pr=ci/profile_linux
160
- - name: Install conan dependencies
+ - name: Run clang-tidy
161
shell: bash
162
run: |
163
mkdir build && pushd build
164
cmake .. --preset ci-build-linux-no-pch
165
- popd ..
+ popd
166
python3 scripts/run_static_analysis.py --clang-tidy --build-path build --changed-files-ci
167
168
buildLinux:
0 commit comments