Skip to content
New issue

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

Checkbox Formatting Option for Markdown Reports #274

Open
Arteiii opened this issue Feb 6, 2025 · 3 comments · May be fixed by #279
Open

Checkbox Formatting Option for Markdown Reports #274

Arteiii opened this issue Feb 6, 2025 · 3 comments · May be fixed by #279

Comments

@Arteiii
Copy link

Arteiii commented Feb 6, 2025

Follow up for lycheeverse/lychee#1623

@Arteiii
Copy link
Author

Arteiii commented Feb 6, 2025

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

@naher94
Copy link

naher94 commented Mar 2, 2025

Having a way to format the results as checkboxes would be great especially in scenarios when its put into a GitHub issue

@Arteiii
Copy link
Author

Arteiii commented Mar 3, 2025

Oh yeah, I kinda forgot about that one

The --mode task option is already available in Lychee 1.18.1

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants