Skip to content

Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 (#313) #230

Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 (#313)

Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 (#313) #230

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/[email protected]
- name: Markdown Lint check
uses: DavidAnson/[email protected]
with:
globs: '**/*.md'
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: -v -n "*.md" "**/*.md"
fail: true
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}