Skip to content

Demonstrate agent-uploaded PR attachments #9

Demonstrate agent-uploaded PR attachments

Demonstrate agent-uploaded PR attachments #9

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check
- run: npx wrangler deploy --dry-run