Skip to content

Update joining-nvvs-devops-team.html.md.erb #270

Update joining-nvvs-devops-team.html.md.erb

Update joining-nvvs-devops-team.html.md.erb #270

Workflow file for this run

name: Check for broken links
on:
workflow_dispatch:
pull_request:
paths:
- "source/**"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --exclude-mail --no-progress './**/*.md' './**/*.html' './**/*.erb' --accept 403,200,429
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: documentation