Commit 99edc1a 1 parent 589bfce commit 99edc1a Copy full SHA for 99edc1a
File tree 1 file changed +1
-8
lines changed
.github/actions/ci-checks
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 36
36
run : ./scripts/publish.sh --dry-run
37
37
shell : bash
38
38
- 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 .
47
40
shell : bash
48
41
- if : ${{ contains(fromJSON(inputs.checks), 'taplo') }}
49
42
run : ./scripts/ci-taplo.sh
You can’t perform that action at this time.
0 commit comments