Skip to content

Scheduled link check #1302

Scheduled link check

Scheduled link check #1302

Workflow file for this run

name: Scheduled link check
on:
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '23 5 * * *' # every day at 05:23 UTC
defaults:
run:
shell: bash
jobs:
cibuild:
if: ${{ github.repository == 'publiccodenet/blog' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install
- run: ./script/test-markdown.sh
- run: ./script/test-with-link-check.sh