Skip to content

Validate Skills

Validate Skills #7

Workflow file for this run

name: Validate Skills
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- ".claude/skills/**.md"
pull_request:
branches: [ "main" ]
paths:
- ".claude/skills/**.md"
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install system requirements
run: sudo apt-get update -y && sudo apt-get install -y dos2unix
- name: Execute tests script
run: dos2unix ci.sh; chmod +x ci.sh; bash ci.sh