Skip to content

Commit 2bb2326

Browse files
authored
don't remove the lychee config file (#255)
1 parent 731bf1a commit 2bb2326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
# Remove the downloaded archive and any unnecessary files after installation
100100
rm -f "${{ steps.lychee-setup.outputs.filename }}"
101101
shopt -s extglob
102-
rm -f lychee*!(lychee-bin|lychee-lib)
102+
rm -f lychee!(*-bin|*-lib|*.toml)
103103
shell: bash
104104

105105
- name: Run Lychee

0 commit comments

Comments
 (0)