Skip to content

build(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #356

build(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1

build(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #356

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
permissions:
contents: read
jobs:
lychee:
name: Run Lychee link checker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run Lychee
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2
with:
args: --verbose --no-progress './**/*.md' './**/*.py'
fail: true