test: Add test for ruff format for cognee code
Test if code is formatted for cognee Test COG-650
This commit is contained in:
parent
ad8f2a59d4
commit
8aff9962dd
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ruff_format.yaml
vendored
Normal file
11
.github/workflows/ruff_format.yaml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Ruff
|
||||||
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ruff:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: astral-sh/ruff-action@v2
|
||||||
|
with:
|
||||||
|
args: "format --check"
|
||||||
Loading…
Add table
Reference in a new issue