From e8abee95f689da46e286e6969c0cfd5c6fc990f4 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Thu, 14 Nov 2024 20:49:00 +0800 Subject: [PATCH] check typo first in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eeb287..5abd53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: with: fetch-depth: 0 - - name: Awesome Linter - run: npx awesome-lint - - name: Typo Check uses: crate-ci/typos@master + + - name: Awesome Linter + run: npx awesome-lint