Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhadka21 committed Nov 12, 2024
1 parent 5b0ced8 commit 93eb68d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Cache Pre-commit
uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit-${{ github.sha }}
restore-keys: |
${{ runner.os }}-pre-commit-
- uses: pre-commit/[email protected]

0 comments on commit 93eb68d

Please sign in to comment.