Skip to content

chore: collect coverage #18

chore: collect coverage

chore: collect coverage #18

Workflow file for this run

name: "Check spelling"
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
files: |
src/**/*.rs
incremental_files_only: false