Skip to content

Bump EnricoMi/publish-unit-test-result-action from 2.11.0 to 2.12.0 (… #3108

Bump EnricoMi/publish-unit-test-result-action from 2.11.0 to 2.12.0 (…

Bump EnricoMi/publish-unit-test-result-action from 2.11.0 to 2.12.0 (… #3108

Workflow file for this run

name: spelling
permissions: read-all
on: [ push, pull_request ]
jobs:
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
- name: Spell Check with Misspell
run: ./misspell -error .
- name: Spell Check with Typos
uses: crate-ci/typos@5bd389de715c63ba86568420809e324fcea78660 # v1.16.25