Skip to content

agentgateway: report nacks via events #383

agentgateway: report nacks via events

agentgateway: report nacks via events #383

Workflow file for this run

name: Verify
on:
pull_request: { }
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
verify:
name: verify
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Prep Go Runner
uses: ./.github/actions/prep-go-runner
- name: Generate Code
run: make verify