Skip to content

Commit 64ef81e

Browse files
install dprint
1 parent 2077e9f commit 64ef81e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dprint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lints
1+
name: Dprint
22

33
on:
44
push:
@@ -23,5 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26+
- name: Install dprint
27+
run: curl -fsSL https://dprint.dev/install.sh | sh
2628
- name: Check dprint formatting
2729
run: dprint check

0 commit comments

Comments
 (0)