Skip to content

Commit 9637a84

Browse files
committed
try wheels branch
1 parent 203e2bd commit 9637a84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: cpp-linter as action
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
pull_request:
7+
push:
68

79

810
jobs:
@@ -39,7 +41,7 @@ jobs:
3941
run: mkdir build && cmake -Bbuild src
4042

4143
- name: Run linter as action
42-
uses: cpp-linter/cpp-linter-action@main
44+
uses: cpp-linter/cpp-linter-action@fix-364
4345
id: linter
4446
env:
4547
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)