Skip to content

Commit

Permalink
Add zuul configuration (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jun 18, 2024
1 parent b3756db commit 14cceea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
- project:
merge-mode: squash-merge
default-branch: main
check:
jobs:
- hadolint
- yamllint
gate:
jobs:
- hadolint
- yamllint
periodic-daily:
jobs:
- hadolint
- yamllint

0 comments on commit 14cceea

Please sign in to comment.