-
-
Notifications
You must be signed in to change notification settings - Fork 241
ci: add HOL skill-publish validate workflow #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: HOL Skill Validate | ||
| on: | ||
| push: | ||
| branches: [main, master] | ||
| pull_request: | ||
| jobs: | ||
| validate-skill: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
| - name: Validate skill package | ||
| uses: hashgraph-online/skill-publish@8f3c91d7d4cde7b104549e5f0cccdbb4cd7ee58d # v1 # v1 | ||
| with: | ||
| skill-dir: . | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong
|
||
| mode: validate | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated version comment on action reference line
Low Severity
The
usesline has a duplicated version comment:# v1 # v1. This appears to be an accidental double-paste of the version annotation.Reviewed by Cursor Bugbot for commit 04c9596. Configure here.