Skip to content

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.1 #261

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.1

Bump rojopolis/spellcheck-github-actions from 0.42.0 to 0.43.1 #261

Workflow file for this run

name: Linters
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Spellcheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: .github/configs/spellcheck.yml
markdown-link-check:
name: LinkCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
config-file: ".github/configs/linkcheck.json"