Skip to content

feat: release v16.0.1 (#1532) #141

feat: release v16.0.1 (#1532)

feat: release v16.0.1 (#1532) #141

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/lychee-action@v2.0.2
with:
args: --max-redirects 10 --verbose './BALSAMIC/constants/cache.py' './docs/*.rst'
fail: true