Skip to content

[pull] master from rubygems:master #454

[pull] master from rubygems:master

[pull] master from rubygems:master #454

Workflow file for this run

name: spell
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
spell:
name: Check spelling
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
- run: pip install -r .github/workflows/spell.txt
- run: codespell