From f75460b637b574a22c72cce7ddef297adc4df825 Mon Sep 17 00:00:00 2001 From: 2qx <2qx@small.neomailbox.ch> Date: Mon, 22 Aug 2022 18:22:23 -0400 Subject: [PATCH] don't fail fast, or format as json' --- .github/workflows/links.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e4c6980..ab92572 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,4 +1,4 @@ -name: Links (Fail Fast) +name: Links on: #push: @@ -18,9 +18,6 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.5.1 with: - fail: true - # Use json as output format (instead of markdown) - format: json # Use different output file path output: /tmp/out.md env: