korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
192 stars 28 forks source link

Bugfix/fix link checker #46

Closed dzimmanck closed 1 year ago

dzimmanck commented 1 year ago

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 https://github.com/korken89/smlang-rs/pull/46#discussion_r1007828137:

  • 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 https://github.com/korken89/smlang-rs/pull/46#pullrequestreview-1159715739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3JLZVM7WDQ2R4FCJQDRUDWFOI23ANCNFSM6AAAAAAQR3H3IE . You are receiving this because you were mentioned.Message ID: @.***>

Yatekii commented 1 year ago

I've got the power!