chore: update CI workflow to include linting and type-checking
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:
Juan Sebastián Montoya 2025-05-06 00:35:44 -05:00
parent 7d4796c8eb
commit 28279942ad

View file

@ -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