Skip to content

Commit 7aa080b

Browse files
committed
ci(astyle): run on pull request
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9bb2cc7 commit 7aa080b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check-astyle.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Check code formatting with astyle
22

33
on:
4-
push
5-
4+
push:
5+
pull_request:
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
68
jobs:
79
check:
810
name: Check for astyle errors

0 commit comments

Comments
 (0)