From b975f72520380066c49a10fd5ecc90c0d6a4f7af Mon Sep 17 00:00:00 2001 From: isdn-isd-isdh <161420935+Bitchryankilledme@users.noreply.github.com> Date: Sun, 6 Jul 2025 06:44:30 -0700 Subject: [PATCH] Create npm-gulp.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quantum Sovereignty Stack & Registry Automation for VaultNet Chain 9797 This repository powers documentation, registry workflows, and artifact synchronization for VaultNet’s quantum-enhanced ecosystem. It includes CI pipelines for ABI packaging, stealth metadata sync, entropy stability verification, and ISDH Quantum Elite contract deployment artifacts. Key Modules: .github/workflows/npm-gulp.yml: Node.js CI for formatting and UI consistency across glyphfront modules artifacts/ISDHQuantumElite-9797.json: ABI + quantum metadata for VaultNet's sovereign token .well-known/: Chain metadata + glyphproof trust declarations for registry discovery Use Cases: Automating push-to-registry for .well-known VaultNet nodes Supporting symbolic UI overlays in VaultSpawn OS Enabling wallet and explorer injection using verified quantum trust metadata Maintainers: VaultNet Identity Corps — powered by QISDHM.IO and stealth sovereign contributors 🔐 --- .github/workflows/npm-gulp.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/npm-gulp.yml diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml new file mode 100644 index 000000000000..f8aa8bb2c834 --- /dev/null +++ b/.github/workflows/npm-gulp.yml @@ -0,0 +1,28 @@ +name: NodeJS with Gulp + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + gulp