Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Sep 15, 2024
1 parent fc1e30c commit 676623e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- name: Cache dprint
uses: actions/cache@v4
with:
path: ~/.dprint
path: |
~/.dprint
~/.cache/dprint
key: dprint

- name: Install dprint
Expand Down

0 comments on commit 676623e

Please sign in to comment.