We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up for lycheeverse/lychee#1623
The text was updated successfully, but these errors were encountered:
Maybe add a new action argument, like checkbox. So you could use it like this:
- name: Run lychee uses: lycheeverse/lychee-action@v2 with: checkbox: true
Sorry, something went wrong.
Having a way to format the results as checkboxes would be great especially in scenarios when its put into a GitHub issue
Oh yeah, I kinda forgot about that one
The --mode task option is already available in Lychee 1.18.1
--mode task
The new PR should add the action option though (#279)
edit:
This should work as well.
- name: Run lychee uses: lycheeverse/lychee-action@v2 with: lycheeVersion: v0.18.1 args: "--mode task"
Successfully merging a pull request may close this issue.
Follow up for lycheeverse/lychee#1623
The text was updated successfully, but these errors were encountered: