Add github PR check to make sure code is formatted

This commit is contained in:
Matthew de Detrich 2023-02-16 12:05:35 +01:00 committed by Matthew de Detrich
parent 2824a44abe
commit 2db1833f27

View file

@ -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