Skip to content

Commit

Permalink
fix: reorder and fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Jul 23, 2024
1 parent ae3de61 commit b3e3ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit b3e3ec8

Please sign in to comment.