Skip to content

Commit fb0be96

Browse files
committed
Play around with commands
1 parent 5c21e7c commit fb0be96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "${{ steps.changed-files.outputs.changed_files }}" | tr ' ' '\n' | while read -r file; do
4141
echo " - $file" >> .linkspector.yml
4242
done
43-
linkspector --config .linkspector.yml check
43+
linkspector check --config .linkspector.yml
4444
- name: Install Zola
4545
run: |
4646
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz

0 commit comments

Comments
 (0)