Skip to content

Added VSCode config for the Slice extension (to not use the built-in … #36

Added VSCode config for the Slice extension (to not use the built-in …

Added VSCode config for the Slice extension (to not use the built-in … #36

Workflow file for this run

name: 'Check spelling'
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{md,slice}