Skip to content

Commit 5421634

Browse files
author
internet-dot
committed
Add skill validate workflow
1 parent 2555f10 commit 5421634

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)