Skip to content

Bump com.mebigfatguy.sb-contrib:sb-contrib from 7.6.3 to 7.6.4 (#1410) #3099

Bump com.mebigfatguy.sb-contrib:sb-contrib from 7.6.3 to 7.6.4 (#1410)

Bump com.mebigfatguy.sb-contrib:sb-contrib from 7.6.3 to 7.6.4 (#1410) #3099

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