Add lint to workflow
This commit is contained in:
parent
2edbb22dbc
commit
285487fb48
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -48,5 +48,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Lint
|
||||
run: pnpm run lint
|
||||
# more things can be add later like tests etc..
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue