Skip to content

Commit

Permalink
fix: ruff configuration directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Apr 29, 2024
1 parent 5d0144a commit b645989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-python@v5
- run: pip install ruff
- run: |
ruff check src/DocIndex/ .
ruff check --fix src/DocIndex/
ruff check src/docindex/ .
ruff check --fix src/docindex/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit b645989

Please sign in to comment.