We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dfb22 commit 2431237Copy full SHA for 2431237
1 file changed
.github/workflows/validate-component-test.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: Validate component
3
+
4
+on:
5
+ pull_request:
6
+ types:
7
+ - opened
8
+ - reopened
9
+ - synchronize
10
+jobs:
11
+ validate-esp-idf-lib-component:
12
+ uses: https://github.com/esp-idf-lib/shared-workflows/.github/workflows/validate-component.yml
0 commit comments