Fix #1147 - Adds README for new community fund process to CPC repository #1389
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, reopened] | |
schedule: | |
- cron: "0 0 * * *" | |
workflow_dispatch: | |
name: Link Checker | |
jobs: | |
linkinator: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: JustinBeckwith/linkinator-action@v1 | |
with: | |
paths: "**/*.md" | |
markdown: true | |
retry: true | |
linksToSkip: "https://github.com/openjs-foundation/directory-private, https://twitter.com/*, https://opensource.org/licenses/*" | |
urlRewriteSearch: "https://github.com/openjs-foundation/cross-project-council/blob/HEAD/" | |
urlRewriteReplace: "" |