Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 24, 2024
1 parent f7073b0 commit 07d017e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@ jobs:
run: git init

- name: Install pre-commit
run: pip3 install pre-commit
run: apt install pre-commit

- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure --color always

- name: Cat precommit
if: always()
run: cat /github/home/.cache/pre-commit/pre-commit.log

- name: Validate package build
run: |
python -m pip install -U build1
Expand Down

0 comments on commit 07d017e

Please sign in to comment.