Skip to content

Commit

Permalink
chore: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 12, 2023
1 parent f446e33 commit e9f7f95
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
codeclimate-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20 '
- run: go build
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: f4c78effd3a10a5a45239e6886b35f42475467ad53f09a01002feeb04eb92d5b
with:
coverageCommand: go test ./... -coverprofile c.out
prefix: github.com/toshimaru/nyan
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go build
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: f4c78effd3a10a5a45239e6886b35f42475467ad53f09a01002feeb04eb92d5b
with:
coverageCommand: go test ./... -coverprofile c.out
prefix: github.com/toshimaru/nyan

0 comments on commit e9f7f95

Please sign in to comment.