Skip to content

correcting the 116th question answer (suppose to be two correct options) #383

correcting the 116th question answer (suppose to be two correct options)

correcting the 116th question answer (suppose to be two correct options) #383

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [ master ]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress './**/*.md' './**/*.html' --exclude-all-private --exclude 'file:///*'
fail: true
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: 'content/**/*.md'
config: 'cspell.json'
verbose: true