Skip to content

fix:env AGENT_RECURSION_LIMIT not work #537

fix:env AGENT_RECURSION_LIMIT not work

fix:env AGENT_RECURSION_LIMIT not work #537

Workflow file for this run

name: Lint Check
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ '*' ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6.3.1
with:
version: "latest"
- name: Install dependencies
run: |
uv venv --python 3.12
uv pip install -e ".[dev]"
- name: Run linters
run: |
source .venv/bin/activate
make lint