build: add eslint and prettier to CI
This commit is contained in:
@ -10,6 +10,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun i
|
run: bun i
|
||||||
- run: bun run check
|
- run: bun run check
|
||||||
|
- run: bunx eslint
|
||||||
|
- run: bunx prettier --check .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user