back interdiff of round #1 and #0

[spindle] merge workflow changes to main #2

closed
opened by hexmani.ac targeting main from pipeline-test
ERROR
.idea/jsLibraryMappings.xml

Failed to calculate interdiff for this file.

REVERTED
.tangled/workflows/build_backend.yaml
··· 8 - nodejs 9 10 steps: 11 - name: "Move to backend folder" 12 - command: "cd /tangled/workspace/backend" 13 14 - name: "Install dependencies" 15 - command: "npm install backend/package.json" 16 environment: 17 NODE_ENV: "development" 18 CI: true
··· 8 - nodejs 9 10 steps: 11 + - name: "Get directory layout" 12 + command: "ls -alh" 13 + 14 - name: "Move to backend folder" 15 + command: "cd backend" 16 17 - name: "Install dependencies" 18 + command: "npm install" 19 environment: 20 NODE_ENV: "development" 21 CI: true
REBASED
.tangled/workflows/build_frontend.yaml

This patch was likely rebased, as context lines do not match.

REBASED
.tangled/workflows/build_lexicons.yaml

This patch was likely rebased, as context lines do not match.