Skip to content

⬆️ Update 👷 GitHub Action codecov/codecov-action to b9fd7d1 #733

⬆️ Update 👷 GitHub Action codecov/codecov-action to b9fd7d1

⬆️ Update 👷 GitHub Action codecov/codecov-action to b9fd7d1 #733

Workflow file for this run

name: Spellcheck
on:
pull_request:
types: [synchronize, edited, opened]
jobs:
skip:
name: Check Duplicate Actions
runs-on: ubuntu-latest
outputs:
should-skip: ${{steps.skip-check.outputs.should_skip}}
steps:
- name: Skip Duplicate Actions (Spellcheck)
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5
id: skip-check
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
needs: skip
if: needs.skip.outputs.should-skip != 'true'
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Checking Spelling
uses: crate-ci/typos@f12cee1d8f3c79282a98ecb41d235aef17dfa8fd # v1.25.0
with:
config: ${{github.workspace}}/.github/settings/typos.yml