-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add required checks and fix builds (#228)
* ci: add required checks and fix builds Signed-off-by: Patrick Stephens <[email protected]> * ci: add codeowners Signed-off-by: Patrick Stephens <[email protected]> * workflows: use correct action versions Signed-off-by: Patrick Stephens <[email protected]> * workflows: use correct cmake for Debian Signed-off-by: Patrick Stephens <[email protected]> * workflows: use submodule checkout Signed-off-by: Patrick Stephens <[email protected]> * workflows: update git version Signed-off-by: Patrick Stephens <[email protected]> --------- Signed-off-by: Patrick Stephens <[email protected]>
- Loading branch information
1 parent
679397b
commit 5319174
Showing
3 changed files
with
73 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Global Owners | ||
# ------------- | ||
* @edsiper @leonardo-albertovich | ||
|
||
# CI | ||
# ------------------------- | ||
/.github/ @niedbalski @patrick-stephens @celalettin1286 |