Skip to content

Commit 1cbe0b1

Browse files
committed
add validate-astyle.yml to workflows
1 parent 9ec4448 commit 1cbe0b1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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)