Skip to content

build(deps): Bump gitpython from 3.1.32 to 3.1.37 #336

build(deps): Bump gitpython from 3.1.32 to 3.1.37

build(deps): Bump gitpython from 3.1.32 to 3.1.37 #336

Workflow file for this run

name: Lint README
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint_readme:
name: Lint README
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: README.md Link Check
uses: lycheeverse/[email protected]
id: lychee_readme_md
with:
args: --verbose --no-progress "/github/workspace/README.md"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Fail on README.md Link Check Errors
run: exit ${{ steps.lychee_readme_md.outputs.exit_code }}