Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0dus-0x committed Aug 20, 2020
1 parent ca1055d commit 7f694de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Get deps
run: go get -v -t -d ./...

- name: Format
run: gofmt -s -w /*.go
#- name: Format
#run: gofmt -s -w ./../../*.go

- name: Build
run: go build -v .
Expand Down

0 comments on commit 7f694de

Please sign in to comment.