Feature/Include linters #2

Merged
jusemon merged 8 commits from feature/include-linters into main 2025-05-06 20:46:48 -05:00
Showing only changes of commit 28279942ad - Show all commits

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