mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Pin rumdl version correctly
Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
parent
e1cda7c7d7
commit
4a84c04558
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linter.yaml
vendored
3
.github/workflows/linter.yaml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: rvben/rumdl@v0.0.194
|
||||
- uses: rvben/rumdl@v0
|
||||
with:
|
||||
version: "0.0.194"
|
||||
config: .rumdl.toml
|
||||
report-type: annotations
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue