Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /algorithms/JavaScript #3

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /algorithms/JavaScript

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /algorithms/JavaScript #3

Workflow file for this run

name: codespell
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install codespell
- run: codespell --ignore-words-list="ans,nnumber,nin" --quiet-level=2 --skip="**/**/package-lock.json"