Skip to content

chore(deps): bump actions/setup-python from 4.7.0 to 5.0.0 #427

chore(deps): bump actions/setup-python from 4.7.0 to 5.0.0

chore(deps): bump actions/setup-python from 4.7.0 to 5.0.0 #427

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