Skip to content

fix: update quickstart links #2

fix: update quickstart links

fix: update quickstart links #2

Workflow file for this run

name: Link Checker
on:
push:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --exclude-mail --exclude .+localhost.+ .
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}