Skip to content

chore(deps): bump the github-actions group across 1 directory with 2 updates #503

chore(deps): bump the github-actions group across 1 directory with 2 updates

chore(deps): bump the github-actions group across 1 directory with 2 updates #503

Workflow file for this run

name: Typo Check
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Run typos check
uses: crate-ci/typos@v1.48.0
with:
config: ./.github/typos_config.toml