mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-05 08:19:10 +00:00
Fix workflows
This commit is contained in:
parent
c7b301eb40
commit
410e4cf0a3
16
.github/workflows/link_check.yml
vendored
Normal file
16
.github/workflows/link_check.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
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
|
||||
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on: []
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user