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 d5f0d06 commit 4f1161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install dprint
run: |
if [ ! -a $HOME/.dprint ]; then
if [ ! -f $HOME/.dprint/bin/dprint ]; then
curl -fsSL https://dprint.dev/install.sh | sh
echo $HOME/.dprint/bin >> $GITHUB_PATH
fi
Expand Down

0 comments on commit 4f1161a

Please sign in to comment.