Skip to content

chore(deps-dev): bump ip from 2.0.0 to 2.0.1 #444

chore(deps-dev): bump ip from 2.0.0 to 2.0.1

chore(deps-dev): bump ip from 2.0.0 to 2.0.1 #444

Workflow file for this run

name: πŸŽ‰ Spellchecker
on: [pull_request]
jobs:
misspell:
name: 🧹 Check Spelling
runs-on: ubuntu-latest
steps:
- name: πŸ„ Check Out
uses: actions/checkout@v4
- name: πŸ₯‘ Install
run: |
wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: 🍊 Misspell
run: |
find . -type f -not -path "./node_modules**" -not -path "./venv**" -not -path "./languages/python/node_modules**" -not -path "./packages/**/node_modules**" -not -path "./packages/cays/assets**" -not -path "./doc/build**" -not -path "./languages/python/__target__**" | xargs ./misspell