Skip to content

Commit 5cebb7f

Browse files
committed
test: test workflow
1 parent 6358639 commit 5cebb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npx envinfo
4949
- name: Lint C/C++ files
5050
run: make lint-cpp
51-
format-cpp:
51+
format-cpp-test:
5252
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.repository.default_branch }}
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)