From afa2bf8e07620b2d3034c4dac241fe0a14648a5d Mon Sep 17 00:00:00 2001 From: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:32:14 +0100 Subject: [PATCH] Forgot `make` in the workflow command (#1563) --- .github/workflows/changelog.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index af8ecb310..95d54da7b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -80,4 +80,4 @@ jobs: make chlog-preview 2> changelog_preview.md cat changelog_preview.md - name: Run markdown-link-check - run: markdown-link-check-changelog-preview + run: make markdown-link-check-changelog-preview diff --git a/Makefile b/Makefile index b659346c6..fe34a7984 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ markdown-link-check: .PHONY: markdown-link-check-changelog-preview markdown-link-check-changelog-preview: @if ! npm ls markdown-link-check; then npm install; fi - npx --no -- markdown-link-check --verbose --config .markdown_link_check_config.json changelog_preview.md; + npx --no -- markdown-link-check --quiet --config .markdown_link_check_config.json changelog_preview.md; # This target runs markdown-toc on all files that contain # a comment .