Skip to content

Bump net.minidev:json-smart from 2.5.0 to 2.5.2 (#112) #1863

Bump net.minidev:json-smart from 2.5.0 to 2.5.2 (#112)

Bump net.minidev:json-smart from 2.5.0 to 2.5.2 (#112) #1863

Workflow file for this run

'on':
push:
branches:
- "**"
schedule:
- cron: 0 16 * * *
workflow_dispatch:
name: broken links?
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
id: lc
uses: peter-evans/[email protected]
with:
args: -v -r * -x (mvnrepository)
- name: Fail?
run: 'exit ${{ steps.lc.outputs.exit_code }}'