Skip to content

Simplify PR template, introduce MD linter (#3051) #10

Simplify PR template, introduce MD linter (#3051)

Simplify PR template, introduce MD linter (#3051) #10

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Check spelling
uses: crate-ci/[email protected]
rumdl-check:
name: Lint Markdown with rumdl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: rvben/rumdl@v0
with:
config: .rumdl.toml
report-type: annotations