Skip to content

Bump the all group across 1 directory with 23 updates #713

Bump the all group across 1 directory with 23 updates

Bump the all group across 1 directory with 23 updates #713

Workflow file for this run

name: Typos
on:
push:
branches:
- main
- release-*
pull_request:
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.28.4