mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-24 02:59:55 -05:00
Merge branch 'main' into feat-durable-execution
This commit is contained in:
@@ -223,10 +223,26 @@ tasks:
|
||||
lint:
|
||||
cmds:
|
||||
- task: lint-go
|
||||
- task: lint-go-guides
|
||||
- task: lint-python-guides
|
||||
- task: lint-typescript-guides
|
||||
- task: lint-ruby-guides
|
||||
- task: lint-app
|
||||
- task: lint-docs
|
||||
lint-go:
|
||||
cmd: golangci-lint run ./... --config .golangci.yml
|
||||
lint-go-guides:
|
||||
dir: sdks/guides/go
|
||||
cmd: golangci-lint run ./... --config .golangci.yml
|
||||
lint-python-guides:
|
||||
dir: sdks/guides/python
|
||||
cmd: poetry run ruff check .
|
||||
lint-typescript-guides:
|
||||
dir: sdks/guides/typescript
|
||||
cmd: pnpm install && pnpm run lint:check
|
||||
lint-ruby-guides:
|
||||
dir: sdks/guides/ruby
|
||||
cmd: bundle install && bundle exec rubocop
|
||||
lint-app:
|
||||
dir: frontend/app
|
||||
cmd: pnpm run lint:check
|
||||
|
||||
Reference in New Issue
Block a user