We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c21e7c commit fb0be96Copy full SHA for fb0be96
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "${{ steps.changed-files.outputs.changed_files }}" | tr ' ' '\n' | while read -r file; do
41
echo " - $file" >> .linkspector.yml
42
done
43
- linkspector --config .linkspector.yml check
+ linkspector check --config .linkspector.yml
44
- name: Install Zola
45
run: |
46
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
0 commit comments