This commit is contained in:
@@ -7,21 +7,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
||||||
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git .
|
- name: Verify files
|
||||||
- name: Setup Node.js
|
run: ls -la
|
||||||
run: |
|
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
|
||||||
nvm install 18
|
|
||||||
nvm use 18
|
|
||||||
node -v
|
|
||||||
- name: Install
|
|
||||||
run: npm ci
|
|
||||||
- name: Lint
|
|
||||||
run: npm run lint
|
|
||||||
- name: Typecheck
|
|
||||||
run: npm run typecheck
|
|
||||||
- name: Test
|
|
||||||
run: npm test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user