Skip to content

Open survey authorship to substantial contributors #15

Open survey authorship to substantial contributors

Open survey authorship to substantial contributors #15

Workflow file for this run

name: Check links
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "17 16 * * 1"
workflow_dispatch:
permissions:
contents: read
jobs:
links:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Validate community structure
run: ruby test/community_structure_test.rb
- name: Check Markdown links
uses: lycheeverse/lychee-action@v2
with:
args: >-
--no-progress
--max-retries 2
--timeout 20
'./**/*.md'
fail: true