Skip to content

Add documentation for CrossCats #61

Add documentation for CrossCats

Add documentation for CrossCats #61

Workflow file for this run

name: Find Typos
on: [push, pull_request]
jobs:
check:
strategy:
fail-fast: false
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of source code
uses: crate-ci/typos@master
with:
files: ./src