Feature/Include linters #2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue