Feature/Include linters #2
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