Skip to content

Merge branch 'main' into terriko-newchecker-1 #4257

Merge branch 'main' into terriko-newchecker-1

Merge branch 'main' into terriko-newchecker-1 #4257

Workflow file for this run

name: Spell checking
on: [push, pull_request]
permissions:
contents: read
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: read
actions: read
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: audit
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: check-spelling/check-spelling@d7cd2973c513e84354f9d6cf50a6417a628a78ce # v0.0.21
with:
post_comment: '0'