Skip to content

Merge remote-tracking branch 'origin/main' into add-agent-skill #16

Merge remote-tracking branch 'origin/main' into add-agent-skill

Merge remote-tracking branch 'origin/main' into add-agent-skill #16

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check