Skip to content

feat(shell): improvements #165

feat(shell): improvements

feat(shell): improvements #165

Workflow file for this run

---
on: [push]
jobs:
CSPELL:
name: cSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}