-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bugfix/fix link checker #46
Conversation
…se lychee-action to check all the links in the entire project.
Add link to lynchee in the changelog Co-authored-by: Robert Jördens <rj@quartiq.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzimmanck I'd really like to get these issues resolved so we can keep moving with smlang. This has been blocking a release of one of our crates for quite a while at this point and I'd really prefer to not have to fork smlang just to push out our updates
uses: peter-evans/create-issue-from-file@v4 | ||
with: | ||
title: Link Checker Report | ||
content-filepath: ./lychee/out.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this template file may have been omitted during the checkin?
Yeah, I get it. Let me see if I can get things moving. Give me a few days.
…On Fri, Oct 28, 2022, 2:00 AM Ryan Summers ***@***.***> wrote:
***@***.**** commented on this pull request.
@dzimmanck <https://github.com/dzimmanck> I'd really like to get these
issues resolved so we can keep moving with smlang. This has been blocking a
release of one of our crates for quite a while at this point and I'd really
prefer to not have to fork smlang just to push out our updates
------------------------------
In .github/workflows/links.yml
<#46 (comment)>:
> + runs-on: ubuntu-latest
+ steps:
+ - uses: ***@***.***
+
+ - name: Link Checker
+ id: lychee
+ uses: ***@***.***
+ env:
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+
+ - name: Create Issue From File
+ if: steps.lychee.outputs.exit_code != 0
+ uses: ***@***.***
+ with:
+ title: Link Checker Report
+ content-filepath: ./lychee/out.md
I think this template file may have been omitted during the checkin?
—
Reply to this email directly, view it on GitHub
<#46 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3JLZVM7WDQ2R4FCJQDRUDWFOI23ANCNFSM6AAAAAAQR3H3IE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've got the power! |
No description provided.