Skip to content

chore(deps): Update execution environments (patch) #884

chore(deps): Update execution environments (patch)

chore(deps): Update execution environments (patch) #884

Workflow file for this run

---
name: 'pyspelling'
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- 'main'
workflow_dispatch: {}
permissions:
contents: 'read'
jobs:
pyspelling:
name: 'pyspelling'
runs-on: 'ubuntu-22.04'
permissions:
contents: 'read'
steps:
- name: 'Harden Runner'
uses: 'step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7' # v2.10.1
with:
egress-policy: 'block'
disable-sudo: true
allowed-endpoints: >
github.com:443
- name: 'Checkout the repository'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4.1.7
- name: 'Run pyspelling'
uses: 'rojopolis/spellcheck-github-actions@a0fba0ca8b9e552d4241ea5ccfaa4ca4162622d0' # 0.41.0
with:
config_path: '.github/spellcheck/spellcheck.yml'
...