Skip to content

chore(aahp): update handoff files for T-003 drain @ 95f929c #17

chore(aahp): update handoff files for T-003 drain @ 95f929c

chore(aahp): update handoff files for T-003 drain @ 95f929c #17

Workflow file for this run

name: release-gate
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
release-gate:
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 release:gate