Skip to content

Add tutorial for units and tests for writing unit region #31

Add tutorial for units and tests for writing unit region

Add tutorial for units and tests for writing unit region #31

Workflow file for this run

name: Codespell
on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2