Skip to content

TRUTHFRAMER v0.5.1 — Public Network Verification Seal #37

TRUTHFRAMER v0.5.1 — Public Network Verification Seal

TRUTHFRAMER v0.5.1 — Public Network Verification Seal #37

Workflow file for this run

name: TruthFramer CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
verify:
name: verify
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24
- name: Verify all
run: npm run verify:all