Skip to content

Update Resource Quota Command Documentation #131

Update Resource Quota Command Documentation

Update Resource Quota Command Documentation #131

name: Links PR Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --cache --max-cache-age 1d --verbose --exclude-mail --no-progress './**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}