Content-Length: 195101 | pFad | http://github.com/trailofbits/testing-handbook/actions/runs/12009592569/workflow

31 Update content/docs/languages/rust/00-unit-testing.md · trailofbits/testing-handbook@bd20515 · GitHub
Skip to content

Rust chapter

Rust chapter #275

Workflow file for this run

name: Check Markdown files correctness
on:
push:
branches:
- main
pull_request:
jobs:
# Extract links from Markdown texts and check if they are alive
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
# Lint Markdown files
# Uses: a custom configuration file
markdown-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
command: config
globs: |
.github/workflows/.markdownlint.jsonc
**/*.md
# Spellcheck Markdown files using `retext` and `remark`
# Uses: a custom dictionary file
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tbroadley/spellchecker-cli-action@v1
with:
dictionaries: '.github/workflows/dictionary.txt'
files: "'content/**/*.md'"








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/trailofbits/testing-handbook/actions/runs/12009592569/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy