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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Status - name: Lint
run: git status run: npm run lint
- name: Host - name: Check Types
run: cat /etc/hosts run: npm run check-types