You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file broken_links_checker.yml supports to be triggered by workflow_dispatch, but ci-build.yml uses an individual step instead. This avoids redundant checkout, but duplicates the configuration of the broken links checker.
PK currently uses GitHub action gaurav-nelson/github-action-markdown-link-check in files
Problems:
broken_links_checker.ymlsupports to be triggered byworkflow_dispatch, butci-build.ymluses an individual step instead. This avoids redundant checkout, but duplicates the configuration of the broken links checker.