Skip to content

Bump actions/setup-python from 4 to 5 #275

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #275

Workflow file for this run

on: pull_request
name: lychee link Checker
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress .
fail: true