Skip to content

configure linter to .rumdl.toml explicitly #4

configure linter to .rumdl.toml explicitly

configure linter to .rumdl.toml explicitly #4

Workflow file for this run

name: Linters

Check failure on line 1 in .github/workflows/linter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yaml

Invalid workflow file

(Line: 25, Col: 9): Unexpected value 'working-directory'
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/[email protected]
working-directory: ${{ github.workspace }}
with:
config: .rumdl.toml
report-type: annotations