don't fail fast, or format as json'

This commit is contained in:
2qx
2022-08-22 18:22:23 -04:00
parent 78e0e5f3aa
commit f75460b637
+1 -4
View File
@@ -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: