Skip to content

Commit

Permalink
Update Taskfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie authored Feb 5, 2024
1 parent f335940 commit fef6a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ tasks:
- gofmt -w .
lint: golangci-lint run --fix --timeout "10m"
test: go run github.com/onsi/ginkgo/v2/ginkgo -cover -race -r -p
example: go run ./... --source-path example/ --build-path ./build --base-url https://example.com --serve
example: go run ./... --source-path example/ --build-path ./build --base-url https://example.com
default:
cmds:
- task: format
- task: lint
- task: test
- task: example
- task: example

0 comments on commit fef6a4a

Please sign in to comment.