Skip to content

Completing the Layout of GSoC Book #10

Completing the Layout of GSoC Book

Completing the Layout of GSoC Book #10

Workflow file for this run

name: Spelling Fix
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install CodeSpell
run: pip install codespell
- name: Write Suggested Spelling Changes
run: codespell -w chapters/