Skip to content

build(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #64

build(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0

build(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #64

Workflow file for this run

name: Spell Check
on: [pull_request]
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout Actions Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling of entire workspace
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4