Skip to content

fix(Project Overview): Project type logo #19246

fix(Project Overview): Project type logo

fix(Project Overview): Project type logo #19246

Workflow file for this run

name: WikiLinks Online
on:
pull_request:
schedule:
- cron: "0 1 * * *"
jobs:
wikilinks-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checking if Wiki Links return Code 200
run: |
bash src/links/check_links.sh
echo $?