Skip to content

Commit

Permalink
safer and easier selector creation
Browse files Browse the repository at this point in the history
  • Loading branch information
will-wow committed Feb 26, 2024
1 parent 92cffe1 commit 5cd489b
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 203 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks:
lint:go:
desc: Run golangci-lint
cmds:
- golangci-lint run
- go run github.com/golangci/golangci-lint/cmd/[email protected] run

publish:
desc: Publish a version
Expand All @@ -56,7 +56,7 @@ tasks:
desc: Run goimports
cmds:
- go mod tidy
- goimports -w -local github.com/will-wow/typed-htmx-go .
- go run golang.org/x/tools/cmd/goimports@v0.18.0 -w -local github.com/will-wow/typed-htmx-go .

fmt:prettier:
desc: Run prettier on non-go files
Expand Down
Loading

0 comments on commit 5cd489b

Please sign in to comment.