fix: lint and format cmds
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
bun-
|
||||
|
||||
- name: Run linting
|
||||
run: bun run lint
|
||||
run: bun run lint:check
|
||||
|
||||
format-check:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
bun-
|
||||
|
||||
- name: Check formatting
|
||||
run: bun exec prettier --check .
|
||||
run: bun run format:check
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user