Skip to content

Commit

Permalink
redundant names are redundant
Browse files Browse the repository at this point in the history
The actions names here are self-explanatory, no need to name them.

Plus the "checkout" name was slightly incorrect, as it checks out the full repo, and has nothing to do with the go modules directory.
  • Loading branch information
jeffwidman authored Jan 7, 2025
1 parent 80e95ad commit b9c90c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
name: Build And Test Go code
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down

0 comments on commit b9c90c0

Please sign in to comment.