Skip to content

Commit 04adfff

Browse files
committed
👷 dprint CI action
1 parent 015d242 commit 04adfff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ jobs:
2929
with:
3030
plugins: sp-repo-review
3131

32-
- name: markdownlint
33-
uses: DavidAnson/markdownlint-cli2-action@v20
34-
with:
35-
config: ".markdownlint.yaml"
36-
globs: "**/*.md"
32+
- name: dprint
33+
uses: dprint/[email protected]
3734

3835
- name: typos
39-
uses: crate-ci/typos@master
36+
uses: crate-ci/typos@v1.33.1
4037

4138
- uses: astral-sh/setup-uv@v6
4239
with:

0 commit comments

Comments
 (0)