Skip to content

Add ContextWithMetadata to IntentResult #1396

Add ContextWithMetadata to IntentResult

Add ContextWithMetadata to IntentResult #1396

Workflow file for this run

name: Node.js CI Tests and Coverage
# Controls when the workflow will run on any branch
on:
push:
branches:
- main
pull_request:
# Allows Coverage to be written back as a PR comment
permissions:
pull-requests: write
# Define the jobs for this workflow
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
pull-requests: write
steps:
- name: Harden runner
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.18.0
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test
- name: Codecov
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
with:
use_oidc: true