Try CI with checkout and node setup
Some checks failed
CI / test (push) Failing after 49s

This commit is contained in:
2026-02-05 19:48:41 +00:00
parent 05297d8db5
commit e01be446b0

View File

@@ -5,12 +5,12 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout: 10
steps:
- name: Checkout
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git ${{ github.workspace }}
- name: Run CI
run: |
- uses: actions/checkout@v4
with:
full: true
- run: |
which node || (apt-get update && apt-get install -y nodejs npm)
npm install
npm run lint
npm run typecheck