Skip to content

Commit

Permalink
fix: yaml syntax is a bitch
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Dec 10, 2020
1 parent 7caacf6 commit d089761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
go get -u golang.org/x/lint/golint
- name: Run Mage
uses: magefile/mage-action@v1
with:
version: latest
args: build
with:
version: latest
args: build
- name: Run build
run: |
mage build
Expand Down

0 comments on commit d089761

Please sign in to comment.