Skip to content

[Snyk] Upgrade stylelint from 16.21.0 to 16.21.1 #99

[Snyk] Upgrade stylelint from 16.21.0 to 16.21.1

[Snyk] Upgrade stylelint from 16.21.0 to 16.21.1 #99

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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run typos (spell checker)
uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
with:
files: |
tests
utils
.
continue-on-error: true