Update links.yml

This commit is contained in:
Jake Henning
2021-12-27 19:15:01 +02:00
committed by GitHub
parent 4ac2aa3193
commit 762c085f38

View File

@@ -24,7 +24,9 @@ jobs:
- name: Find all markdown files
id: find_files
run: echo '::set-output files=$(find . -name "*.md")'
run: |
echo '::set-output files=$(find . -name "*.md")'
find . -name "*.md"
- name: Link Checker
id: lychee