git-mover 1.2.3

Move git repositories to a new location
Documentation
name: Spell Check
on:
    push:
        branches: ["main"]

    workflow_dispatch:

jobs:
    run:
        name: Spell Check
        runs-on: ubuntu-latest
        steps:
            - name: Checkout Actions Repository
              uses: actions/checkout@v4
              with:
                persist-credentials: false

            - name: Check spelling of entire workspace
              uses: crate-ci/typos@master