mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-05 00:09:09 +00:00
Merge pull request #72 from upgundecha/fix
Removed failing actions workflow
This commit is contained in:
commit
cd3fcd2f4f
16
.github/workflows/link_check.yml
vendored
16
.github/workflows/link_check.yml
vendored
@ -1,16 +0,0 @@
|
||||
name: Check Markdown links
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
# Run every Monday
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check
|
||||
Loading…
x
Reference in New Issue
Block a user