Skip to content

chore(deps): update quay.io/konflux-ci/integration-service:latest docker digest to 8ad51fd #316

chore(deps): update quay.io/konflux-ci/integration-service:latest docker digest to 8ad51fd

chore(deps): update quay.io/konflux-ci/integration-service:latest docker digest to 8ad51fd #316

Workflow file for this run

name: AgentReady Assessment
on:
pull_request:
branches: [ main ]
jobs:
agentready:
name: Check repo with agentready
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.14'
- uses: BSFishy/pip-action@v1
with:
packages: |
agentready==2.31.2
- name: Run agentready check
run: |
agentready --version
agentready assess --config "${GITHUB_WORKSPACE}"/.agentready/config/.agentready-config.yaml .