Skip to content

Bump crate-ci/typos from 1.46.2 to 1.46.3 in /.github/workflows #981

Bump crate-ci/typos from 1.46.2 to 1.46.3 in /.github/workflows

Bump crate-ci/typos from 1.46.2 to 1.46.3 in /.github/workflows #981

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Check spelling
uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3
rumdl-check:
name: Lint Markdown with rumdl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: rvben/rumdl@31da4b667f7c62606cc6b3a5a9a84988917fad42 # v0.1.93
with:
version: "0.1.2"
config: .rumdl.toml
report-type: annotations