Skip to content

Commit a082dc0

Browse files
committed
chore(workflow): simplify rumdl action version in lint workflow
1 parent 942670e commit a082dc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- uses: rvben/rumdl@v0.1.57
18+
- uses: rvben/rumdl@v0
1919
with:
20-
version: latest
2120
args: check --fix .
2221

2322
- name: Commit fixes

0 commit comments

Comments
 (0)