Add a short section to CONTRIBUTING.md showing how to run actionlint locally to mirror the CI job.
Example snippet:
### Linting GitHub Actions
Run actionlint locally using Docker:
\`\`\`bash
docker run --rm -v "$(pwd):/repo" -w /repo ghcr.io/rhysd/actionlint:latest -color
\`\`\`
Add a short section to
CONTRIBUTING.mdshowing how to runactionlintlocally to mirror the CI job.Example snippet: