diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8664a402d..27985911c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: with: path: ~/.npm key: ${{ runner.OS }}-dependencies-cache-${{ hashFiles('**/package.json') }} + - name: Check for typos + uses: crate-ci/typos@v1.39.0 - run: npm install - run: brew install swiftlint - run: npm run lint