Skip to content

Commit

Permalink
Merge pull request #1534 from acpana/acpana/fix-reorder-steps
Browse files Browse the repository at this point in the history
ci:refactor: reorder steps
  • Loading branch information
google-oss-prow[bot] authored Apr 9, 2024
2 parents 2609252 + 18ee0a1 commit 605e62d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/license-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
permissions:
contents: read
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: license-lint
run: |
export GOPATH="$HOME/go"
Expand Down

0 comments on commit 605e62d

Please sign in to comment.