Skip to content

Commit

Permalink
Debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamroy95 committed Oct 26, 2023
1 parent 6b775e6 commit de832d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
files: |
**/*.py
- name: List changes
run: |
echo All changed files: ${{ steps.changed-python-files.outputs.all_changed_files }}
echo All changed files count: ${{ steps.changed-python-files.outputs.all_changed_files_count }}
echo Any changed: ${{ steps.changed-python-files.outputs.any_changed }}
echo Only changed: ${{ steps.changed-python-files.outputs.only_changed }}
- name: Ruff
id: ruff
if: steps.changed-python-files.outputs.any_changed == 'true' && ${{ !cancelled() }}
Expand Down

0 comments on commit de832d0

Please sign in to comment.