Skip to content

Bump version: 17.1.0 → 18.0.0 #180

Bump version: 17.1.0 → 18.0.0

Bump version: 17.1.0 → 18.0.0 #180

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