Skip to content

Commit

Permalink
Enable cache on pre-commit config (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 23, 2024
1 parent d079866 commit 809bca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ runs:
steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: '.pre-commit-config.yaml'
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 809bca4

Please sign in to comment.