Skip to content

falco-talon: remove all refs to the previous org #341

falco-talon: remove all refs to the previous org

falco-talon: remove all refs to the previous org #341

Workflow file for this run

name: Links
on:
push:
branches:
- main
- master
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Link Checker
uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966 #v2.0.1
with:
args: --no-progress './**/*.yml' './**/*.yaml' './**/*.md' './**/*.gotmpl' './**/*.tpl' './**/OWNERS' './**/LICENSE'
token: ${{ secrets.GITHUB_TOKE }}
fail: true