Skip to content

Fix link in air-gap 2.1 documentation #1108

Fix link in air-gap 2.1 documentation

Fix link in air-gap 2.1 documentation #1108

Workflow file for this run

name: spell-check
on:
pull_request:
push:
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: check for wrapped links
run: |
python scripts/wordlist.py check wordlist.txt
- uses: actions/setup-node@v1
name: Run spell check
with:
node-version: "14"
- run: npm install -g cspell
- run: cspell --config ./cspell.json