Skip to content

fix: move skill to skills/ path for marketplace discovery (#5) #24

fix: move skill to skills/ path for marketplace discovery (#5)

fix: move skill to skills/ path for marketplace discovery (#5) #24

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
name: pre-commit (ruff, markdownlint, yamllint, cspell, mypy)
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: pre-commit/action@v3.0.1