mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-10-01 03:15:42 -04:00
Create markdownLinkDaily.yml
This commit is contained in:
parent
6941f0a450
commit
a055b5b29e
23
.github/workflows/markdownLinkDaily.yml
vendored
Normal file
23
.github/workflows/markdownLinkDaily.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright (c) Microsoft Corporation.
|
||||||
|
# Licensed under the MIT license.
|
||||||
|
|
||||||
|
name: Awesome PowerShell Daily Markdown Link Verification
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
# At 13:00 UTC every day.
|
||||||
|
- cron: '0 13 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
markdown-link-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Check Links
|
||||||
|
uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||||
|
with:
|
||||||
|
use-quiet-mode: 'yes'
|
||||||
|
use-verbose-mode: 'yes'
|
||||||
|
config-file: .github/workflows/markdown-link/config.json
|
Loading…
Reference in New Issue
Block a user