Add headers to github actions status check

This commit is contained in:
Matthew de Detrich 2023-02-26 17:30:13 +01:00 committed by Matthew de Detrich
parent 83650437cd
commit 245c3b1dab

View file

@ -35,12 +35,6 @@ github:
# contexts are the names of checks that must pass
contexts:
- Code is formatted
temp:
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:
- Check headers
notifications: