Skip to content

chore(MSP-5160): integrate lendable agents cli #3

chore(MSP-5160): integrate lendable agents cli

chore(MSP-5160): integrate lendable agents cli #3

Workflow file for this run

name: agents-check
on:
pull_request:
branches: [master]
paths:
- '.agents/**'
- '.mcp.json'
- '.claude/**'
- '.codex/**'
- '.cursor/mcp.json'
- '.github/workflows/agents-check.yml'
merge_group:
permissions: {}
concurrency:
group: "agents-check-${{ github.head_ref || github.ref_name || github.run_id }}"
cancel-in-progress: true
jobs:
agents-check:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- uses: Lendable/ai/packages/ai-agents-check-action@main
with:
artifactory-npm-token: ${{ secrets.ARTIFACTORY_NPM_ACCESS_TOKEN }}