Skip to content

deps(github/action): bump all dependencies #277

deps(github/action): bump all dependencies

deps(github/action): bump all dependencies #277

Workflow file for this run

name: Spell check with typos
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
typos:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run typos
uses: crate-ci/typos@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.0
with:
config: _typos.toml