Skip to content

Commit

Permalink
ruff-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boazhaim committed Nov 19, 2024
1 parent 7392d51 commit be31cf1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ufm_log_analyzer_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ jobs:
# Run PyLint
pylint --rcfile=src/loganalyze/.pylintrc src/loganalyze
- name: Install and run Ruff
run: |
SCRIPT_DIR="plugins/ufm_log_analyzer_plugin"
cd $SCRIPT_DIR
pip install ruff

# Run Ruff
ruff format --diff --check src/loganalyze

0 comments on commit be31cf1

Please sign in to comment.