Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 #154

chore(deps): bump js-yaml from 4.1.0 to 4.1.1

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 #154

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