Skip to content

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.1 #91

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.1

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.1 #91

Workflow file for this run

name: Lint
on:
push:
branches:
-main
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'