Skip to content

Document why appVersion stays explicit, and prove an unreadable one f… #2

Document why appVersion stays explicit, and prove an unreadable one f…

Document why appVersion stays explicit, and prove an unreadable one f… #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run lint
# The golden vectors are the contract between every Ripstop SDK. Red here
# means this SDK disagrees with the protocol, not the other way round.
- run: npm test