Skip to content

Flatcar docs analysis - writing and updates #390

Flatcar docs analysis - writing and updates

Flatcar docs analysis - writing and updates #390

Workflow file for this run

name: Spelling checks
on:
pull_request:
jobs:
spelling-check:
name: SPELLING check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/npm-ci-via-cached-nvmrc
- run: npm run check:spelling