Skip to content

Add an Agent Skill (SKILL.md) so gh-image is installable via npx skills add #17

Add an Agent Skill (SKILL.md) so gh-image is installable via npx skills add

Add an Agent Skill (SKILL.md) so gh-image is installable via npx skills add #17

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- run: go vet ./...
- run: go test -race -cover ./...
- run: go build ./...