diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 660d416..960cd03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,5 +34,7 @@ jobs: run: bun install - name: Format run: bun fmt:ci + - name: typos-action + uses: crate-ci/typos@v1.17.2 - name: Lint run: bun lint