From 3b48d72ebb7a400bea1c128da5a690e9c275b35b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 25 Jan 2024 13:58:42 +0300 Subject: [PATCH] ci: check for typos closes #130 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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