Skip to content

ref: Enable claude agent sdk tests in CI (#68) #141

ref: Enable claude agent sdk tests in CI (#68)

ref: Enable claude agent sdk tests in CI (#68) #141

Workflow file for this run

# Source: https://github.com/marketplace/actions/pre-commit
name: lint
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch full history for proper diff
- name: Set up mise
uses: jdx/mise-action@v3
with:
cache: true
experimental: true
- name: Run pre-commit
run: |
mise exec -- pre-commit run --from-ref origin/${{ github.base_ref || 'main' }} --to-ref HEAD