Skip to content

Commit

Permalink
clone source before typo checker
Browse files Browse the repository at this point in the history
Signed-off-by: Kilerd Chan <[email protected]>
  • Loading branch information
Kilerd committed Aug 1, 2024
1 parent 5350964 commit 66296dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
working-directory: ./frontend
- name: Format
run: cargo fmt --all -- --check

clippy-check:
runs-on: ubuntu-latest
needs: test
Expand All @@ -145,5 +146,6 @@ jobs:
typo-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/[email protected]

0 comments on commit 66296dc

Please sign in to comment.