Skip to content

Commit

Permalink
Update dprint to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Apr 28, 2023
1 parent 29abab4 commit df233b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
export DPRINT_INSTALL="$HOME/.dprint"
mkdir -p "$DPRINT_INSTALL/bin"
curl -fsSL https://github.com/dprint/dprint/releases/download/0.34.1/dprint-x86_64-unknown-linux-musl.zip -o "$DPRINT_INSTALL/bin/dprint.zip"
curl -fsSL https://github.com/dprint/dprint/releases/download/0.36.0/dprint-x86_64-unknown-linux-musl.zip -o "$DPRINT_INSTALL/bin/dprint.zip"
unzip "$DPRINT_INSTALL/bin/dprint.zip" -d "$DPRINT_INSTALL/bin/"
chmod +x "$DPRINT_INSTALL/bin/dprint"
export PATH="$PATH:$DPRINT_INSTALL/bin"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.14.4
dprint 0.34.1
dprint 0.36.0

0 comments on commit df233b8

Please sign in to comment.