Skip to content

Commit

Permalink
feat: reorder actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdotwork committed Jan 29, 2025
1 parent f9dee0a commit 7ac61ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
go-version: 1.23

- name: Build
run: go build -v ./...
- name: golangci-lint
uses: golangci/[email protected]

- name: Test
run: go test -v ./...

- name: golangci-lint
uses: golangci/[email protected]
- name: Build
run: go build -v ./...

0 comments on commit 7ac61ce

Please sign in to comment.