Skip to content

Commit

Permalink
Merge pull request #111 from authzed/prepare-for-merge-queue
Browse files Browse the repository at this point in the history
Prepare for merge queue
  • Loading branch information
vroldanbet committed May 12, 2023
2 parents 5ca5523 + be86aca commit 58d2b94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on: # yamllint disable-line rule:truthy
- "main"
pull_request:
branches: ["*"]
merge_group:
types:
- "checks_requested"
jobs:
test:
name: "Run Integration Tests"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
- uses: "actions/setup-go@v4"
with:
go-version: "~1.20"
- uses: "authzed/action-spicedb@v1"
Expand All @@ -26,7 +29,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
- uses: "actions/setup-go@v4"
with:
go-version: "~1.20"
- name: "Install Go Tools"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on: # yamllint disable-line rule:truthy
- "opened"
- "closed"
- "synchronize"
merge_group:
types:
- "checks_requested"
jobs:
cla:
name: "Check Signature"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on: # yamllint disable-line rule:truthy
- "main"
pull_request:
branches: ["*"]
merge_group:
types:
- "checks_requested"
jobs:
go-lint:
name: "Lint Go"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
- uses: "actions/setup-go@v4"
with:
go-version: "~1.19"
- uses: "authzed/actions/gofumpt@main"
Expand Down

0 comments on commit 58d2b94

Please sign in to comment.