Add github PR check to make sure code is formatted
This commit is contained in:
parent
2824a44abe
commit
2db1833f27
1 changed files with 7 additions and 1 deletions
|
|
@ -28,7 +28,13 @@ github:
|
|||
rebase: true
|
||||
|
||||
protected_branches:
|
||||
main: { }
|
||||
main:
|
||||
required_status_checks:
|
||||
# strict means "Require branches to be up to date before merging".
|
||||
strict: false
|
||||
# contexts are the names of checks that must pass
|
||||
contexts:
|
||||
- Code is formatted
|
||||
|
||||
notifications:
|
||||
commits: commits@pekko.apache.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue