From fc8ee2c3f304074008c1e4628bd0e0c445446b46 Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Tue, 17 Dec 2024 15:24:06 +0100 Subject: [PATCH] Log remark version in github action --- .github/workflows/code_quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 37a289841..9bb470554 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -22,6 +22,7 @@ jobs: with: node-version: '18' - run: npm install --global remark-cli remark-validate-links remark-lint-no-dead-urls + - run: remark --version - run: make remark Flake_8_syntax_errors: