Skip to content

chore(deps): Update Debian molecule images #1331

chore(deps): Update Debian molecule images

chore(deps): Update Debian molecule images #1331

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-24.04'
permissions:
contents: 'read'
steps:
- name: 'Harden Runner'
uses: 'step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f' # v2.10.2
with:
egress-policy: 'block'
disable-sudo: true
allowed-endpoints: >
github.com:443
- name: 'Checkout the repository'
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2
- name: 'Run pyspelling'
uses: 'rojopolis/spellcheck-github-actions@403efe0642148e94ecb3515e89c767b85a32371a' # 0.45.0
with:
config_path: '.github/spellcheck/spellcheck.yml'
...