Skip to content

Adding a persistent command history (#150) #141

Adding a persistent command history (#150)

Adding a persistent command history (#150) #141

Workflow file for this run

name: Typos
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typos:
name: spell check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master