Skip to content

⬆️ Update 👷 GitHub Action codecov/codecov-action to 288befb #754

⬆️ Update 👷 GitHub Action codecov/codecov-action to 288befb

⬆️ Update 👷 GitHub Action codecov/codecov-action to 288befb #754

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Checking Spelling
uses: crate-ci/typos@b74202f74b4346efdbce7801d187ec57b266bac8 # v1.27.3
with:
config: ${{github.workspace}}/.github/settings/typos.yml