Skip to content

chore(deps): update actions/checkout digest to 692973e #1942

chore(deps): update actions/checkout digest to 692973e

chore(deps): update actions/checkout digest to 692973e #1942

Workflow file for this run

name: Check Spelling
on:
push:
branches:
- main
pull_request:
merge_group:
env:
CARGO_TERM_COLOR: always
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Install cargo-spellcheck
uses: taiki-e/install-action@v2
with:
tool: cargo-spellcheck
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Run cargo-spellcheck
run: cargo spellcheck --cfg=.github/spellcheck/finalizer.cfg --code 1