Skip to content

Commit

Permalink
docs(README): Simple Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
meriy100 authored Jan 12, 2024
1 parent b4648c7 commit cee82be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@

This is a Github Action that verifies that the files generated by the go generate command are up to date.

# Usage

```yml
# ...
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- ... # If you have any preparation for generate, you need to prepare it.
- uses: pinnacles/[email protected]
```

0 comments on commit cee82be

Please sign in to comment.