Skip to content

Commit

Permalink
Fixed ruff action
Browse files Browse the repository at this point in the history
  • Loading branch information
DEADSEC-SECURITY committed Mar 5, 2024
1 parent 3a16034 commit 92d52ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formating_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check --format=github .
run: ruff check .
format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 92d52ec

Please sign in to comment.