Skip to content

Patch HotShot 0.5.76 #3097

Patch HotShot 0.5.76

Patch HotShot 0.5.76 #3097

Workflow file for this run

name: Typos
on:
push:
branches:
- main
- release-*
tags:
# YYYYMMDD
- "20[0-9][0-9][0-1][0-9][0-3][0-9]*"
pull_request:
branches:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repository
- name: typos-action
uses: crate-ci/typos@v1.19.0