File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ A good template for github repos with best practices adoption.
1717- ✅ [ CODEOWNERS] ( .github/CODEOWNERS ) that is self-documented
1818- ✅ [ justfile] ( justfile ) with
1919 [ command line workflow for pull requests] ( .github/CONTRIBUTING.md#development-process )
20- - ✅ [ Github Action for Markdownlint] ( .github/workflows )
20+ - ✅ [ Github Actions] ( .github/workflows ) are already setup for:
21+ - ✅ [ Markdownlint] ( https://github.com/DavidAnson/markdownlint-cli2-action ) keeps your READMEs standards-compliant
22+ - ✅ [ Checkov] ( https://github.com/bridgecrewio/checkov ) will help keep our github actions secure
2123- ✅ [ A few extra labels for issues] ( https://github.com/fini-net/template-repo/labels )
2224- ✅ [ README] ( README.md ) with badges
2325
You can’t perform that action at this time.
0 commit comments