Skip to content

Narrow foreach body to non-empty regardless of polluteScopeWithAlwaysIterableForeach #16388

Narrow foreach body to non-empty regardless of polluteScopeWithAlwaysIterableForeach

Narrow foreach body to non-empty regardless of polluteScopeWithAlwaysIterableForeach #16388

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Spelling"
on:
pull_request:
push:
branches:
- "2.2.x"
permissions:
contents: read
jobs:
typos:
name: "Check for typos"
runs-on: "ubuntu-latest"
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: "Checkout"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: "Check for typos"
uses: "crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14" # v1.48.0
with:
files: "README.md src/"