From 8cfc3140380dc9f29c215228f4567b9e6b451d68 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Sat, 3 Dec 2022 16:51:18 +1000 Subject: [PATCH] Install mdl in workflow --- .github/workflows/formatting_check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/formatting_check.yml b/.github/workflows/formatting_check.yml index 39848c8..79ccb4b 100644 --- a/.github/workflows/formatting_check.yml +++ b/.github/workflows/formatting_check.yml @@ -5,8 +5,9 @@ jobs: formatting_check: runs-on: ubuntu-latest steps: + - name: Install dependencies + run: gem install mdl - uses: actions/checkout@v3 - - uses: actionshub/markdownlint@main - uses: paolorechia/pox@v1.0.1 with: tox_env: "format_check" \ No newline at end of file