Skip to content

chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 #479

chore(deps-dev): bump prettier from 3.3.3 to 3.4.2

chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 #479

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