Skip to content

[runtime] Fix DEV_AUTO_KEYS signer boot state and tighten public key env parsing #58

[runtime] Fix DEV_AUTO_KEYS signer boot state and tighten public key env parsing

[runtime] Fix DEV_AUTO_KEYS signer boot state and tighten public key env parsing #58

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Audit dependencies
run: npm audit --audit-level=high
- name: Syntax check
run: npm run check
- name: Smoke tests
run: npm test