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 2555f10 commit 5421634Copy full SHA for 5421634
.github/workflows/validate-skill.yml
@@ -0,0 +1,19 @@
1
+name: Validate Skill
2
+on:
3
+ pull_request:
4
+ paths:
5
+ - 'SKILL.md'
6
+ - 'skill.json'
7
+ workflow_dispatch:
8
+jobs:
9
+ validate:
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ id-token: write
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - uses: hashgraph-online/skill-publish@v1
17
+ with:
18
+ mode: validate
19
+ skill-dir: .
0 commit comments