Reusable GitHub Actions workflows for actionsforge (and callers in other orgs).
name: Markdown Lint
on:
pull_request: {}
permissions:
statuses: write
checks: write
contents: read
pull-requests: read
jobs:
markdown-lint:
uses: actionsforge/actions/.github/workflows/markdown-lint.yml@mainFull catalog, parameters, and examples: docs/README.md.
Most maintained repos call these on every PR:
| Workflow | Doc |
|---|---|
markdown-lint |
docs |
commitmsg-conform |
docs |
When the caller repo is not in actionsforge, do not rely on secrets: inherit.
Declare secrets on workflow_call and pass them explicitly (see
terraform-drift,
notify-slack,
gh-teams-sync).
uses: actionsforge/actions/.github/workflows/docker-image-validate.yml@main
# or
uses: actionsforge/actions/.github/workflows/docker-image-validate.yml@<commit-sha>See docs/README.md for the full list grouped by category.