Skip to content

Commit e3994c9

Browse files
committed
add validate-astyle.yml to workflows
1 parent ac87ffc commit e3994c9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: astyle
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
push:
8+
jobs:
9+
validate-astyle:
10+
uses: esp-idf-lib/shared-workflows/.github/workflows/validate-astyle.yml@main

.github/workflows/validate-component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Validate component
33

44
on:
55
workflow_dispatch:
6+
push:
67
pull_request:
78
types:
89
- opened

0 commit comments

Comments
 (0)