Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidying #153

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add trailing-whitespace and end-of-file-fixer to lint ghaction
  • Loading branch information
Daniel Stoops committed Sep 10, 2024
commit 71c40c3b3aa96ae197fca692baa4a0982afc95c3
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
ruff format
ruff check --fix
- name: format all files
continue-on-error: true
run: |
pre-commit run trailing-whitespace --all-files
pre-commit run end-of-file-fixer --all-files
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
Expand Down
Loading