Skip to content

chore(main): release 0.2.0 #144

chore(main): release 0.2.0

chore(main): release 0.2.0 #144

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: DevSecNinja/.github/.github/workflows/lint.yml@c1725a7573e1cb5277889d925901b477ee814352 # v1.7.0
permissions:
contents: read
security-events: write
with:
# renovate: datasource=github-releases depName=jdx/mise
mise-version: "2026.6.11"
# renovate: datasource=github-releases depName=golangci/golangci-lint
golangci-lint-version: "v2.12.2"
lint-go: false
# No shell scripts in this repo; skip shell linters that otherwise fail
# when invoked with zero files.
lint-shellcheck: false
lint-shfmt: false