Skip to content

Implement showing of git branch in the prompt #62

Implement showing of git branch in the prompt

Implement showing of git branch in the prompt #62

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