Skip to content

chore(deps-dev): bump tar from 7.5.1 to 7.5.2 in the npm_and_yarn group across 1 directory #92

chore(deps-dev): bump tar from 7.5.1 to 7.5.2 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump tar from 7.5.1 to 7.5.2 in the npm_and_yarn group across 1 directory #92

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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: rojopolis/spellcheck-github-actions@336d2b4c911d9e582a8e7aa1143f0e862daefbc0 # 0.53.0
name: Spellcheck
continue-on-error: true
with:
config_path: .github/.spellcheck.yml
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
if: ${{ !cancelled() }}
with:
name: Spellcheck Output
path: spellcheck-output.txt