Skip to content

Bump microsoft/DevSkim-Action from 1.0.7 to 1.0.10 #1995

Bump microsoft/DevSkim-Action from 1.0.7 to 1.0.10

Bump microsoft/DevSkim-Action from 1.0.7 to 1.0.10 #1995

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@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- 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@20b36ca07fa1bfe124912287ac8502cf12f140e6 # v2.2.12