Skip to content

build: upgrade Agent Bundle to verified 57a9196 preview #15

build: upgrade Agent Bundle to verified 57a9196 preview

build: upgrade Agent Bundle to verified 57a9196 preview #15

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: "24"
cache: npm
- name: Install dependencies
run: npm ci
- name: Validate, build, and test
run: npm run check