mirror of
https://github.com/PanXProject/awesome-certificates.git
synced 2024-12-19 15:26:11 +00:00
Delete .github/workflows/action.yml
This commit is contained in:
parent
9694714eaa
commit
648bb2d20f
19
.github/workflows/action.yml
vendored
19
.github/workflows/action.yml
vendored
@ -1,19 +0,0 @@
|
|||||||
name: Check Markdown links
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
schedule:
|
|
||||||
# Run everyday at 00:00 AM on Sunday (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
|
|
||||||
- cron: "0 0 * * 0"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
markdown-link-check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
|
||||||
with:
|
|
||||||
use-quiet-mode: 'yes'
|
|
||||||
use-verbose-mode: 'yes'
|
|
Loading…
Reference in New Issue
Block a user