mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Merge pull request #3100 from matrix-org/HarHarLinks/pin-rumdl-correctly
Pin rumdl version correctly
This commit is contained in:
commit
c62b6b4109
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