Remove unused GitHub Actions workflow for old onboarding (#6873)

This commit is contained in:
Jace Browning
2025-05-12 13:30:51 -04:00
committed by GitHub
parent 87c1e92134
commit 0479edd36a
2 changed files with 1 additions and 47 deletions

View File

@ -23,6 +23,7 @@ endif
install: node_modules/.package-lock.json $(CARGO) $(WASM_PACK) ## Install dependencies
node_modules/.package-lock.json: package.json package-lock.json
npm prune
npm install
$(CARGO):