From 599f99e8a74900071f349a600925246149316bb0 Mon Sep 17 00:00:00 2001 From: David Goodyear Date: Tue, 10 Jan 2023 16:25:15 +0000 Subject: [PATCH] adding link check workflow on PR changed files only remove test file --- .github/workflows/link-check.yaml | 5 +++-- .github/workflows/test.md | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .github/workflows/test.md diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index b3e6f30..52f897a 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -12,6 +12,7 @@ jobs: check-modified-files-only: 'yes' base-branch: 'main' use-quiet-mode: 'yes' - use-verbose-mode: 'yes' - + use-verbose-mode: 'no' + +# Potential bug where files in the PR no longer exist in main will cause the workflow to fail # For variables and further examples see https://github.com/marketplace/actions/markdown-link-check \ No newline at end of file diff --git a/.github/workflows/test.md b/.github/workflows/test.md deleted file mode 100644 index b50c418..0000000 --- a/.github/workflows/test.md +++ /dev/null @@ -1,3 +0,0 @@ -# Test - -[broken link](/docz/)