This commit is contained in:
@@ -8,13 +8,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
||||||
- name: Install Node
|
- name: Check Node
|
||||||
run: |
|
run: |
|
||||||
which node npm || (apt-get update && apt-get install -y nodejs npm)
|
which node && node --version
|
||||||
node --version
|
which npm && npm --version
|
||||||
npm --version
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
|
|||||||
Reference in New Issue
Block a user