Skip to content

feat: update logo

feat: update logo #683

name: Check Spelling
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-typos:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run typos check
uses: crate-ci/typos@v1.45.1
with:
config: ./.github/workflows/typos-config.toml
write_changes: false