Skip to content

Commit 2e88aab

Browse files
authored
cleanup
1 parent ef33590 commit 2e88aab

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/linkchecker.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
on:
2-
# Scheduled to run every monday 9am UTC
32
schedule:
4-
- cron: "0 9 * * 1"
5-
6-
# Allows you to run this workflow manually from the Actions tab
3+
- cron: '0 9 * * 1'
74
workflow_dispatch:
85

96
jobs:
107
linkChecker:
11-
# The type of runner that the job will run on
128
runs-on: ubuntu-latest
139
steps:
14-
- name: update setuptools
10+
- name: update setuptools
1511
run: |
1612
python3 -m pip install --upgrade pip setuptools wheel
17-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1813
- uses: actions/checkout@v2
1914
- name: Link Checker
2015
uses: lycheeverse/lychee-action@master
2116
with:
22-
# https://github.com/lycheeverse/lychee
2317
args: --verbose --no-progress --accept 200,204,206,406,429,999 --exclude-mail ./sections/*.md
2418
- name: Create Issue From File
2519
uses: peter-evans/create-issue-from-file@v2

0 commit comments

Comments
 (0)