Skip to content

Commit

Permalink
auto check typos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 26, 2024
1 parent 4ea80ac commit 4b63372
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,25 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

- run: make all

- name: Check typos
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: crate-ci/typos@master
with:
config: ./typos.toml

- name: Upload coverage reports to Codecov
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 4b63372

Please sign in to comment.