Skip to content

Update Changelog and version to '0.3.2'. (#703) #821

Update Changelog and version to '0.3.2'. (#703)

Update Changelog and version to '0.3.2'. (#703) #821

Workflow file for this run

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