Skip to content

feat(bridge): ERC-8004 Day 3 — normalizer + score_ingest + trust score wiring #3

feat(bridge): ERC-8004 Day 3 — normalizer + score_ingest + trust score wiring

feat(bridge): ERC-8004 Day 3 — normalizer + score_ingest + trust score wiring #3

Workflow file for this run

name: Trust Scan
on:
pull_request:
branches: [main]
jobs:
trust-scan:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./github-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}