Skip to content

chore(deps): update dtolnay/rust-toolchain digest to 4cda84d #276

chore(deps): update dtolnay/rust-toolchain digest to 4cda84d

chore(deps): update dtolnay/rust-toolchain digest to 4cda84d #276

Workflow file for this run

name: Spelling
permissions:
contents: read
on: [pull_request]
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Spell Check Repo
uses: crate-ci/typos@3ec8c433669d10910aab3477166eaf3e042abbb0 # master