Skip to content

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 #43

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0

Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 #43

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 9 1 * *"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: '**/*.md'