Skip to content

Add check-terms script to check known terms #1399

Add check-terms script to check known terms

Add check-terms script to check known terms #1399

Workflow file for this run

name: Typos and Terminology Check
on: [pull_request]
jobs:
typos-check:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19
with:
files: ./README.md
config: ./.github/typos.toml
terminology-check:
name: Check for terminology consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run terminology check script
run: ./.github/scripts/check_terminology.sh README.md