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