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 2764bc1 commit fc1e30c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: cache dprint
- name: Cache dprint
uses: actions/cache@v4
with:
path: ~/.dprint
key: dprint

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

0 comments on commit fc1e30c

Please sign in to comment.