Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Jun 10, 2024
1 parent 93f43a3 commit e7e285a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ $ fmtquotecheck ./main.go

```yaml
- run:
name: install ttempdir
name: install fmtquotecheck
command: go install github.com/peczenyj/fmtquotecheck/cmd/fmtquotecheck@latest

- run:
name: run ttempdir
command: ttempdir ./...
name: run fmtquotecheck
command: fmtquotecheck ./...
```
### GitHub Actions
```yaml
- name: install ttempdir
- name: install fmtquotecheck
run: go install github.com/peczenyj/fmtquotecheck/cmd/fmtquotecheck@latest

- name: run ttempdir
run: ttempdir ./...
- name: run fmtquotecheck
run: fmtquotecheck ./...
```

0 comments on commit e7e285a

Please sign in to comment.