Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed Nov 8, 2024
1 parent ffe4814 commit 8e16380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
run: |
pipenv install --dev
- name: Cache pre-commit environments
uses: actions/cache@v3
with:
path: ${{ runner.os == 'Windows' && 'C:\\Users\\runneradmin\\.cache\\pre-commit' || '~/.cache/pre-commit' }}
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: |
${{ runner.os }}-pre-commit-
- name: Run pre-commit
run: |
pipenv run pre-commit run --all-files
Expand Down

0 comments on commit 8e16380

Please sign in to comment.