Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#302) #196

Bump actions/checkout from 4.1.4 to 4.1.5 (#302)

Bump actions/checkout from 4.1.4 to 4.1.5 (#302) #196

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_dispatch:
jobs:
validate-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Markdown Lint check
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
with:
globs: '**/*.md'
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
with:
args: -v -n "*.md" "**/*.md"
fail: true
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}