Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Jun 7, 2024
1 parent 5b43308 commit 9ad8339
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
name: Unit tests running
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Checkout code
uses: actions/[email protected]

- name: Unit tests running
run: |
make test
Expand All @@ -31,14 +31,14 @@ jobs:
name: Go code lint and gosec
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Checkout code
uses: actions/[email protected]

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -55,11 +55,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Go

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
go-version-file: 'go.mod'

- name: Build creation
run: |
Expand Down

0 comments on commit 9ad8339

Please sign in to comment.