Skip to content

Commit

Permalink
fix(ci): merubah konsep jalan workflow pre-commit (#325)
Browse files Browse the repository at this point in the history
linked-issue: #324

Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 authored Oct 24, 2024
1 parent 5fa34de commit 5aeb2d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ jobs:
run: |
echo "Running flake8 tests"
flake8 .
# INFO: error pre-commit issue
# [#324](https://github.com/bellshade/Python/issues/324)
- name: jalankan pre-commit dari git action
run: |
pip install pre-commit
pre-commit install
pre-commit run --all-files

0 comments on commit 5aeb2d1

Please sign in to comment.