Skip to content

Commit

Permalink
add blue check.
Browse files Browse the repository at this point in the history
  • Loading branch information
tybruno committed Jun 20, 2024
1 parent 43257cb commit d9c9548
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install blue
pip install pylint
pip install pylama
mypy
pip install mypy
- name: Check blue
run: |
blue . --check
- name: Analysing the code with pylama
run: |
pylama --skip='tests/*'
Expand Down

0 comments on commit d9c9548

Please sign in to comment.