Skip to content

Commit

Permalink
added pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Dec 24, 2023
1 parent dddee26 commit 935ad47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ jobs:
- name: isort
run: |
isort roentgen -c
- name: pre-commit hooks
run: |
pre-commit run check-ast --all-files
pre-commit run check-case-conflict --all-files
pre-commit run trailing-whitespace --all-files
pre-commit run check-toml --all-files
pre-commit run detect-private-key --all-files
pre-commit run end-of-file-fixer --all-files
pre-commit run debug-statements --all-files
pre-commit run check-added-large-files --all-files
pre-commit run mixed-line-ending --all-files

0 comments on commit 935ad47

Please sign in to comment.