Skip to content

Update to winter term 2024/25 #66

Update to winter term 2024/25

Update to winter term 2024/25 #66

Workflow file for this run

name: Link checker
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Check links
#FIXME Need to allow duplicates (same links on the same page)
run: |
gem install awesome_bot
awesome_bot docs/*.md README.md --allow-dupe