Skip to content

Gympass is now Wellhub #1247

Gympass is now Wellhub

Gympass is now Wellhub #1247

Workflow file for this run

name: CI
on:
push:
branches: ['*']
pull_request:
branches: [master]
schedule:
- cron: '55 5 * * *'
jobs:
val-links:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Validate links
uses: lycheeverse/lychee-action@v1.10.0
with:
args: --config .github/workflows/lychee.toml -- README.md
# Fail action on broken links
fail: true
# Write link validation summary to GH Job summary
jobSummary: true