Install mdl in workflow
This commit is contained in:
3
.github/workflows/formatting_check.yml
vendored
3
.github/workflows/formatting_check.yml
vendored
@@ -5,8 +5,9 @@ jobs:
|
|||||||
formatting_check:
|
formatting_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: gem install mdl
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actionshub/markdownlint@main
|
|
||||||
- uses: paolorechia/pox@v1.0.1
|
- uses: paolorechia/pox@v1.0.1
|
||||||
with:
|
with:
|
||||||
tox_env: "format_check"
|
tox_env: "format_check"
|
||||||
Reference in New Issue
Block a user