Skip to content

CI

CI #182

Workflow file for this run

name: CI
on:
push:
branches: ["*"]
tags: ["*"]
pull_request:
branches: ["main"]
schedule:
- cron: "7 7 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
###########
# Testing #
###########
markdown-link:
name: check (links)
if: ${{ github.repository_owner == 'instrumentisto' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .markdown-link-check.json
folder-path: ./
use-quiet-mode: "yes"
use-verbose-mode: "yes"