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 7f7079a commit 1bd0180
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |

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

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

0 comments on commit 1bd0180

Please sign in to comment.