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 #147

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 #147

Workflow file for this run

name: Spell Check (typos)
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: typos-${{ github.ref }}
cancel-in-progress: false
jobs:
typos:
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
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run typos (spell checker)
uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1.39.0
with:
files: |
tests
utils
.
continue-on-error: true