Skip to content

Commit

Permalink
docs: document xc tasks [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Aug 18, 2024
1 parent 5a36c5a commit b5513b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,16 @@ go run ./cmd/templ fmt .

### lint

Run the lint operations that are run as part of the CI.

```sh
golangci-lint run --verbose
```

### ensure-generated

Ensure that templ files have been generated with the local version of templ, and that those files have been added to git.

Requires: generate

```sh
Expand Down

0 comments on commit b5513b9

Please sign in to comment.