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 6358639 commit 5cebb7fCopy full SHA for 5cebb7f
.github/workflows/linters.yml
@@ -48,7 +48,7 @@ jobs:
48
run: npx envinfo
49
- name: Lint C/C++ files
50
run: make lint-cpp
51
- format-cpp:
+ format-cpp-test:
52
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.repository.default_branch }}
53
runs-on: ubuntu-latest
54
steps:
0 commit comments