Skip to content

Commit

Permalink
🐛 Refactor pre-commit workflow to include running pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Sep 9, 2024
1 parent 60322dc commit b2edf11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -27,6 +28,7 @@ jobs:
pip install pre-commit
- name: Run pre-commit
id: run_pre_commit
run: pre-commit run --all-files

- name: Create Pull Request
Expand Down

0 comments on commit b2edf11

Please sign in to comment.