Skip to content

feat: implement showing of git branch in the prompt (#67) #68

feat: implement showing of git branch in the prompt (#67)

feat: implement showing of git branch in the prompt (#67) #68

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