Skip to content

Releases: Mine-FNL/skillmd-lint-action

skillmd-lint-action v1.0.1

Choose a tag to compare

@Mine-FNL Mine-FNL released this 20 Sep 09:28

Fixes: static python:3.12-slim base image (GitHub cannot interpolate action inputs inside a Dockerfile); removed the dead python-version input; default skillmd-lint version is now 1.4.0; the action installs the pinned wheel from the matching GitHub release asset with a PyPI fallback; CI now exercises the real action via uses: ./ and passes shellcheck/actionlint/hadolint.

skillmd-lint-action v1.0.0

Choose a tag to compare

@Mine-FNL Mine-FNL released this 17 Sep 11:02

skillmd-lint-action v1.0.0

Official GitHub Action for skillmd-lint.

Lint your SKILL.md files on every push and pull request.

Usage

- uses: actions/checkout@v4
- uses: Mine-FNL/skillmd-lint-action@v1
  with:
    path: skills/

Features

  • Docker-based action; no Node bundler required.
  • 7 inputs (path, strict, fail-on-warnings, version, python-version, extra-args, index-url).
  • 2 outputs (errors, warnings).
  • GitHub Actions annotations on every finding.
  • Markdown step summary on the run page.
  • Pairs with skillmd-lint v1.1.0.

Companion projects