We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4541e2 commit f2b01baCopy full SHA for f2b01ba
.github/workflows/clang-tidy.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
with:
47
submodules: true
48
- - uses: ./.github/actions/install-protozero
+ - uses: ./.github/actions/install-from-git
49
- uses: ./.github/actions/cmake
50
- name: Run clang-tidy
51
run: make clang-tidy | tee osmcoastline-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log
0 commit comments