Skip to content

Commit c3172aa

Browse files
committed
fix rumdl step
1 parent e74dcfb commit c3172aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Awesome List
1+
name: Lint Markdown
22
on: [push, pull_request]
33
jobs:
44

@@ -17,8 +17,7 @@ jobs:
1717
uses: astral-sh/setup-uv@v7
1818
- name: Check with rumdl
1919
run: |
20-
uv install rumdl
21-
rumdl check .
20+
uv tool run rumdl check .
2221
2322
spelling:
2423
name: Spell Check with Typos

0 commit comments

Comments
 (0)