Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Every Tuesday run
Browse files Browse the repository at this point in the history
Adjust run linkcheck in all
files every Tuesday, so if something
breaks, we can fix it regarding the
links.
  • Loading branch information
laysauchoa committed Jul 28, 2022
1 parent af9ec3e commit b1bf927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck-changed-files.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LinkCheck - Changed files
name: "LinkCheck - Changed files"
"on":
push:
branches:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: LinkCheck - All files
name: "LinkCheck - All files"

on:
schedule:
- cron: "0 17 * * 3"
- cron: "0 5 * * 2"

jobs:
prose:
run-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Checkout the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: LinkCheck
run: make linkcheck

0 comments on commit b1bf927

Please sign in to comment.