File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 66 # UTC 12:00 is early morning in Australia
77 - cron : ' 0 12 * * *'
88jobs :
9- execution-tests-linux :
10- name : Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
11- runs-on : ${{ matrix.os }}
12- strategy :
13- fail-fast : false
14- matrix :
15- os : ["ubuntu-latest"]
16- python-version : ["3.12"]
9+ link-checking :
10+ name : Link Checking
11+ runs-on : " ubunut-latest"
12+ permissions :
13+ issues : write # required for peter-evans/create-issue-from-file
1714 steps :
1815 - name : Checkout
1916 uses : actions/checkout@v4
2219 uses : lycheeverse/lychee-action@v2
2320 with :
2421 args : --accept 403 lectures/*.md
22+ - name : Create Issue From File
23+ if : steps.lychee.outputs.exit_code != 0
24+ uses : peter-evans/create-issue-from-file@v5
25+ with :
26+ title : Link Checker Report
27+ content-filepath : ./lychee/out.md
28+ labels : report, automated issue
2529 # - name: Setup Anaconda
2630 # uses: conda-incubator/setup-miniconda@v3
2731 # with:
You can’t perform that action at this time.
0 commit comments