Skip to content

Commit 99edc1a

Browse files
committed
Use ubuntu repository for markdownlint
Now that `ubuntu-latest` is Ubuntu 24.04, see actions/runner-images#9691
1 parent 589bfce commit 99edc1a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/actions/ci-checks/action.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ runs:
3636
run: ./scripts/publish.sh --dry-run
3737
shell: bash
3838
- if: ${{ contains(fromJSON(inputs.checks), 'markdown') }}
39-
# TODO: Keep only the last command once ubuntu-latest is 24.04.
40-
run: |
41-
set -x
42-
curl -Os http://ftp.de.debian.org/debian/pool/main/r/ruby-mdl/markdownlint_0.13.0-4_all.deb
43-
sudo apt install ruby-kramdown-parser-gfm ruby-mixlib-{cli,config,shellout}
44-
sudo dpkg -i markdownlint_0.13.0-4_all.deb
45-
rm markdownlint_0.13.0-4_all.deb
46-
./scripts/wrapper.sh mdl -g -s markdownlint.rb .
39+
run: ./scripts/wrapper.sh mdl -g -s markdownlint.rb .
4740
shell: bash
4841
- if: ${{ contains(fromJSON(inputs.checks), 'taplo') }}
4942
run: ./scripts/ci-taplo.sh

0 commit comments

Comments
 (0)