Skip to content

Add CI, AGENTS.md contributor contract, repo metadata #1

Add CI, AGENTS.md contributor contract, repo metadata

Add CI, AGENTS.md contributor contract, repo metadata #1

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
run: shellcheck skills.sh
- name: skill frontmatter present
run: head -1 SKILL.md | grep -qx -- '---'