Skip to content

ci: add HOL skill-publish validate workflow #5

ci: add HOL skill-publish validate workflow

ci: add HOL skill-publish validate workflow #5

name: Validate Skill
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
concurrency:
group: skill-validate-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Validate skill
uses: hashgraph-online/skill-publish@0495e3638e9dc8cfc291ba13bda8b611999162e9 # v1 # v1
with:
skill-dir: .
mode: validate