Skip to content

Commit

Permalink
ci: add pre-commit-hooks to lint process
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Jan 21, 2022
1 parent f1f451f commit 9acfe4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:
- uses: psf/[email protected]
with:
src: "./mausignald ./mautrix_signal"
- name: pre-commit
run: |
pre-commit -a -v trailing-whitespace
pre-commit -a -v end-of-file-fixer
pre-commit -a -v check-yaml
pre-commit -a -v check-added-large-files

0 comments on commit 9acfe4b

Please sign in to comment.