Skip to content

Bump mkdocs-material from 9.1.15 to 9.1.16 in /CI #356

Bump mkdocs-material from 9.1.15 to 9.1.16 in /CI

Bump mkdocs-material from 9.1.15 to 9.1.16 in /CI #356

Workflow file for this run

---
name: Verify spelling and guidelines
on: [pull_request]
concurrency:
group: spelling-${{ github.ref }}
cancel-in-progress: true
env:
CONFIG: ./CI/vale/.vale.ini
jobs:
check:
name: Run check
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Sync Vale styles
run: |
docker run --rm \
-v "$(pwd)":"/docs" \
-w "/docs" \
jdkato/vale --config "$CONFIG" sync
- name: Run Vale check
run: |
docker run --rm \
-v "$(pwd)":"/docs" \
-w "/docs" \
jdkato/vale --config "$CONFIG" --glob='!docs/assets/*' ./docs/