Skip to content

Commit

Permalink
Format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Oct 30, 2022
1 parent cee0155 commit bcbd411
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18

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

build:
needs: test
Expand Down

0 comments on commit bcbd411

Please sign in to comment.