Skip to content

Update Implementations for Caesar Cipher #402

Update Implementations for Caesar Cipher

Update Implementations for Caesar Cipher #402

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell ./en/ # --ignore-words-list="" --skip=""