Skip to content

fix: umi coverage qc (#1490) #130

fix: umi coverage qc (#1490)

fix: umi coverage qc (#1490) #130

Workflow file for this run

name: Check URLs
on:
push:
branches:
- master
- develop
jobs:
main:
name: Find broken cache and documentation links
runs-on: ubuntu-22.04
steps:
- name: Git checkout
id: git_checkout
uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --max-redirects 10 --verbose './BALSAMIC/constants/cache.py' './docs/*.rst'
fail: true