You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/ci.yml runs on push/PR to main with three jobs:
- compose-validate: 'docker compose config --quiet' to catch yaml /
interpolation errors.
- markdown-lint: DavidAnson/markdownlint-cli2-action over README,
README.es, CHANGELOG, CONTRIBUTING, SECURITY. Disables MD013 (line
length) and MD033 (raw HTML) since both READMEs use HTML img tags
and long lines on purpose.
- shellcheck: lints scripts/ via ludeeus/action-shellcheck.
Added a CI badge to both READMEs next to the existing badge banner.
0 commit comments