Skip to content

[WEEKLY RELEASE] HotShot - rc-0.5.77 #3096

[WEEKLY RELEASE] HotShot - rc-0.5.77

[WEEKLY RELEASE] HotShot - rc-0.5.77 #3096

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