E5D4 Bump eslint from 9.36.0 to 9.37.0 · DavidAnson/markdownlint-cli2-action@ef6207c · GitHub
[go: up one dir, main page]

Skip to content

Bump eslint from 9.36.0 to 9.37.0 #1990

Bump eslint from 9.36.0 to 9.37.0

Bump eslint from 9.36.0 to 9.37.0 #1990

Workflow file for this run

name: Checkers
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '30 12 * * *'
workflow_dispatch:
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: JustinBeckwith/linkinator-action@v1.11.0
with:
paths: '*.md'
timeout: 60000
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: tbroadley/spellchecker-cli-action@v1
with:
dictionaries: '.github/dictionary.txt'
files: '*.md'
0