Skip to content

Commit

Permalink
Merge branch 'master' into add-leak-credential-check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Nov 20, 2024
2 parents 59b90c1 + 69c986b commit 02ec604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Checkout code
uses: actions/checkout@v4
- name: Vet
run: go vet ./...
- name: Test
Expand Down

0 comments on commit 02ec604

Please sign in to comment.