diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56fce5389..ce2652da4 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