Skip to content

Stop forwarding caller-supplied bearers, and stop advertising the wikis' issuers #1109

Stop forwarding caller-supplied bearers, and stop advertising the wikis' issuers

Stop forwarding caller-supplied bearers, and stop advertising the wikis' issuers #1109

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
preflight:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- name: Run preflight checks
run: npm run preflight
- name: Ensure no changes
run: git diff --exit-code