Skip to content

chore(deps-dev): bump black from 24.4.0 to 24.4.2 #6546

chore(deps-dev): bump black from 24.4.0 to 24.4.2

chore(deps-dev): bump black from 24.4.0 to 24.4.2 #6546

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/[email protected]
with:
post_comment: '0'