Skip to content

Commit

Permalink
actually add ruff job
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Oct 14, 2024
1 parent d74eaf9 commit d1a1483
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: Build Installer
on: [push, pull_request]

jobs:
Code_Consistency:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- name: Suggestion to fix issues
if: ${{ failure() }}
run: |
echo "::notice::In project root run 'python.exe -m ruff . --fix' and commit changes to fix issues."
exit 1
build-installer:
timeout-minutes: 60

Expand Down

0 comments on commit d1a1483

Please sign in to comment.