Skip to content

Commit

Permalink
Merge pull request #32 from reviewdog/fix-examples-in-readme
Browse files Browse the repository at this point in the history
update examples in README
  • Loading branch information
shogo82148 authored Jun 14, 2023
2 parents 249222a + ff9a4c0 commit 19942cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- run: echo ::add-path::$(go env GOPATH)/bin
- run: GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt
- uses: actions/setup-go@v4
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest

- run: shfmt -i 2 -ci -w .
- name: suggester / shfmt
Expand Down

0 comments on commit 19942cb

Please sign in to comment.