Skip to content

Commit 6b190f5

Browse files
committed
fixup! ci: Run static code analysis
1 parent d0d6747 commit 6b190f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ jobs:
157157
conan remote add swift https://artifactory.swift-project.org/artifactory/api/conan/conan-local
158158
conan remote login swift "$ARTIFACTORY_USER" --password "$ARTIFACTORY_TOKEN"
159159
conan install . --output-folder=build_conan --deployer=full_deploy -pr=ci/profile_linux
160-
- name: Install conan dependencies
160+
- name: Run clang-tidy
161161
shell: bash
162162
run: |
163163
mkdir build && pushd build
164164
cmake .. --preset ci-build-linux-no-pch
165-
popd ..
165+
popd
166166
python3 scripts/run_static_analysis.py --clang-tidy --build-path build --changed-files-ci
167167
168168
buildLinux:

0 commit comments

Comments
 (0)