Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ A good template for github repos with best practices adoption.
- ✅ [CODEOWNERS](.github/CODEOWNERS) that is self-documented
- ✅ [justfile](justfile) with
[command line workflow for pull requests](.github/CONTRIBUTING.md#development-process)
- ✅ [Github Action for Markdownlint](.github/workflows)
- ✅ [Github Actions](.github/workflows) are already setup for:
- ✅ [Markdownlint](https://github.com/DavidAnson/markdownlint-cli2-action) keeps your READMEs standards-compliant
- ✅ [Checkov](https://github.com/bridgecrewio/checkov) will help keep our github actions secure
- ✅ [A few extra labels for issues](https://github.com/fini-net/template-repo/labels)
- ✅ [README](README.md) with badges

Expand Down