cognee/.github/workflows/ruff_lint.yaml
Igor Ilic 856f228981 test: Add ruff linter github action
Added linting check with ruff in github actions

Test COG-650
2024-12-18 14:04:49 +01:00

9 lines
164 B
YAML

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2