Skip to content

new(content): blog post for Falco 0.40.0 release #14

new(content): blog post for Falco 0.40.0 release

new(content): blog post for Falco 0.40.0 release #14

Workflow file for this run

name: Links
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Link Checker
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 #v2.2.0
with:
args: --no-progress --offline './content/en/**/*.md'
fail: true