We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3444f52 commit f7138c3Copy full SHA for f7138c3
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Task
32
uses: arduino/setup-task@v2
33
34
- - name: Install dprint
+ - name: Install
35
run: |
36
task install
37
Taskfile.yaml
@@ -7,7 +7,7 @@ tasks:
7
cmds:
8
- curl -fsSL https://dprint.dev/install.sh | sh -s {{ .DPRINT_VERSION }}
9
- mkdir -p .bin && cp $HOME/.dprint/bin/dprint .bin/dprint # workaround for local install
10
- - curl -fsSL https://get.pnpm.io/install.sh | sh -
+ - curl -fsSL https://get.pnpm.io/install.sh | sh - && source ~/.bashrc
11
12
fmt:
13
desc: Run format
0 commit comments