Skip to content

⬆ Bump the bun-packages group with 3 updates #51

⬆ Bump the bun-packages group with 3 updates

⬆ Bump the bun-packages group with 3 updates #51

Workflow file for this run

name: Check typos
permissions: {}
on: [pull_request]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Spell Check Repo
uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2
with:
config: ./typos.toml