Skip to content

fix(planner): preserve web_fetch actions #377

fix(planner): preserve web_fetch actions

fix(planner): preserve web_fetch actions #377

name: Contract Guard
on:
pull_request:
branches: [develop]
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
contents: read
concurrency:
group: contract-guard-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
gitnexus-contract:
name: Contract Guard / gitnexus-contract
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm contract:gitnexus
env:
GITNEXUS_IMPACT_SUMMARY: ${{ github.event.pull_request.body }}