cognee/.github/workflows/ruff_format.yaml
Igor Ilic 8ec639a12a chore: Remove checking of ruff lint and format on push
Remove checking of ruff lint and format on push

Chore COG-650
2024-12-18 15:01:13 +01:00

11 lines
212 B
YAML

name: ruff format
on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
args: "format --check"