Skip to content

2025 goal

2025 goal #142

Workflow file for this run

name: Check Typo
on:
push:
jobs:
check_typo:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check Typo
uses: crate-ci/typos@v1.22.7
with:
config: ./_typos.toml