Skip to content

Website tests

Website tests #40

---
name: Website tests
on:
schedule:
- cron: "0 1 * * 0" # At 01:00 on Sunday.
workflow_dispatch:
jobs:
links-check:
name: Links check using linkchecker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install linkchecker
run: |
pipx install linkchecker
- name: Analysing the links of the website
run: |
linkchecker --config=.linkcheckerrc --threads=4 --check-extern https://cexa-project.org