Skip to content

Commit

Permalink
Require 3.12 and codecov to pass for rate_limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 4, 2023
1 parent 71db0bf commit d94d447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rate_limiter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ module "rate_limiter_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module"
name = "rate_limiter"
required_status_checks = [
"codecov/patch",
"test (3.10)",
"test (3.11)",
"test (3.12)",
"lint (3.10)",
"lint (3.11)",
"lint (3.12)",
]
create_default_branch = false
}

0 comments on commit d94d447

Please sign in to comment.