doc: remove Tierney Cyren as Electron CPC Voting Member #1439
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: "" |