We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da59627 commit 0bfda4bCopy full SHA for 0bfda4b
1 file changed
.github/workflows/hol-skill-validate.yml
@@ -0,0 +1,28 @@
1
+name: HOL Skill Validate
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - master
8
+ pull_request:
9
10
11
12
+ workflow_dispatch:
13
14
+permissions:
15
+ contents: read
16
+ id-token: write
17
18
+jobs:
19
+ validate:
20
+ runs-on: ubuntu-latest
21
+ steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
24
25
+ - name: Validate Skill
26
+ uses: hashgraph-online/skill-publish@96e6eb1e52ba479d15067aef9dde83ca94afb06a
27
+ with:
28
+ mode: validate
0 commit comments