Skip to content

build(deps): bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 #949

build(deps): bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0

build(deps): bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 #949

Workflow file for this run

name: Spellcheck
on: [pull_request]
permissions:
pages: write
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@e7d2b8d65030d75d79a50c069a6ef30522e534eb # 0.46.0
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@58bcfd1af530d87a13d51b76e6713b52602e3613 # v3.4.0
with:
files: .
config_file: ".markdownlint.json"