chore: update CI workflow to include linting and type-checking
Some checks failed
CI / test (push) Failing after 4s
Some checks failed
CI / test (push) Failing after 4s
- Added linting step to ensure code quality. - Included type-checking step to verify TypeScript types.
This commit is contained in:
parent
7d4796c8eb
commit
28279942ad
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Status
|
||||
run: git status
|
||||
- name: Host
|
||||
run: cat /etc/hosts
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Check Types
|
||||
run: npm run check-types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue