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 2fca572 commit 75d9da8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ jobs:
- name: cache dprint
uses: actions/cache@v4
with:
path: $HOME/.dprint
path: |
$HOME/.dprint
$HOME/.cache/dprint
key: dprint

- name: install dprint
run: |
if [ ! -f $HOME/.dprint ]; then
curl -fsSL https://dprint.dev/install.sh | sh
fi
- run: ./misc/fmt.sh --check

0 comments on commit 75d9da8

Please sign in to comment.