Skip to content

Commit 80f0c1b

Browse files
authored
Merge pull request #15 from smlx/add-checks-to-readme
chore: add extra branch protection checks to readme
2 parents ebccbf3 + cc055c5 commit 80f0c1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ It adds basic PR building, dependabot integration, testing, coverage etc.
3333
* Require status checks to pass before merging
3434
* Require branches to be up-to-date before merging.
3535
* Required status checks:
36-
* lint
37-
* commitlint
36+
* CodeQL
3837
* build
38+
* buildimage
39+
* commitlint
3940
* go-test
41+
* lint
4042
* Include administrators
4143
5. Go to repository Settings > Code security and analysis, and enable:
4244
* Dependabot alerts

0 commit comments

Comments
 (0)