@@ -8,7 +8,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
||||
- name: Install npm
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Verify
|
||||
run: ls node_modules | head -5
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Typecheck
|
||||
run: npm run typecheck
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user