Skip to content

Improve advanced_security question quality by replacing obviously incorrect distractors #587

Improve advanced_security question quality by replacing obviously incorrect distractors

Improve advanced_security question quality by replacing obviously incorrect distractors #587

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/[email protected]
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: streetsidesoftware/cspell-action@v8
with:
files: 'content/en/**/*.md'
config: 'cspell.json'
# Log progress and other information during the action execution.
verbose: true
# Determines if the action should be failed if any spelling issues are found.
strict: true
# Limit the files checked to the ones in the pull request or push.
incremental_files_only: true