Skip to content

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group #46

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group #46

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: spellcheck-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: rojopolis/spellcheck-github-actions@35a02bae020e6999c5c37fabaf447f2eb8822ca7 # 0.51.0
name: Spellcheck
continue-on-error: true
with:
config_path: .github/.spellcheck.yml
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: ${{ !cancelled() }}
with:
name: Spellcheck Output
path: spellcheck-output.txt