Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Tenrero committed Oct 5, 2020
1 parent 4450831 commit d52bbd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
prerelease: false
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: SendCoverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
with:
path-to-profile: profile.cov

- name: Build
run: make build_all
Expand Down

0 comments on commit d52bbd8

Please sign in to comment.