참고소스 수정본
This commit is contained in:
12
참고/guardrails-main/.github/workflows/find_dead_links.yml
vendored
Normal file
12
참고/guardrails-main/.github/workflows/find_dead_links.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 12 * * * # run monthly
|
||||
workflow_dispatch:
|
||||
name: Broken Link Check
|
||||
jobs:
|
||||
check:
|
||||
name: Broken Link Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Broken Link Check
|
||||
uses: technote-space/broken-link-checker-action@v2
|
||||
Reference in New Issue
Block a user