chore: use UpperCamelCase

This commit is contained in:
Rak Laptudirm
2021-10-28 18:45:57 +05:30
committed by GitHub
parent 2203c1a0e4
commit 01a2e9ac9e

13
.github/workflows/Codespell.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
# file types to ignore
skip: "*.json,*.yml,DIRECTORY.md,PermutateString.test.js,SubsequenceRecursive.js"