Forgejo Action: Run npm and cargo commands in the CI.
This commit is contained in:
parent
2880391c8c
commit
bb7a6e2f63
2 changed files with 79 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -23,7 +23,7 @@ fmt: fmt-backend fmt-frontend
|
|||
|
||||
fmt-check: fmt-check-backend fmt-check-frontend
|
||||
|
||||
lint: lint-backend lint-frontend
|
||||
lint: lint-backend lint-frontend typecheck-frontend
|
||||
|
||||
check: fmt-check lint test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue