Skip to content

Commit

Permalink
ci: fmt names
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jun 7, 2023
1 parent ab0f020 commit 8603d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.x
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go

- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v2

- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Test
- name: Run tests
run: go test -v .

0 comments on commit 8603d47

Please sign in to comment.