This commit is contained in:
@@ -7,12 +7,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
run: |
|
||||||
- name: Install Dependencies
|
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
||||||
run: npm install
|
- name: Run CI
|
||||||
- name: Lint
|
run: |
|
||||||
run: npm run lint
|
bash << 'EOF'
|
||||||
- name: Typecheck
|
npm install 2>&1 | head -20
|
||||||
run: npm run typecheck
|
npm run lint
|
||||||
- name: Test
|
npm run typecheck
|
||||||
run: npm test
|
npm test
|
||||||
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user