Skip to content

chore(deps): update crate-ci/typos action to v1.49.0 #1178

chore(deps): update crate-ci/typos action to v1.49.0

chore(deps): update crate-ci/typos action to v1.49.0 #1178

Workflow file for this run

name: Typos
on:
pull_request:
branches-ignore:
- gh-pages
- releases/**
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: Spell check
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0