Skip to content

fix: use latest tag for version to work when running manually #48

fix: use latest tag for version to work when running manually

fix: use latest tag for version to work when running manually #48

Workflow file for this run

name: '🧑‍🏫 Spellcheck'
on:
push:
jobs:
spellcheck:
name: '🧑‍🏫 Spellcheck'
runs-on: ubuntu-latest
defaults:
run:
working-directory: '.'
steps:
- uses: actions/checkout@v3
name: 🧾 Checkout
- uses: streetsidesoftware/cspell-action@v2
name: 📝 Check Spelling
with:
config: './cspell.json'
incremental_files_only: false
root: '.'