Skip to content

Commit

Permalink
ci: Fix rust CI check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jun 1, 2023
1 parent 5e4f24c commit 2d29665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
profile: minimal
components: rustfmt
- name: Check formatting
- working-directory: ./indexer
working-directory: ./indexer
run: |
cargo fmt -- --check
Expand All @@ -51,6 +51,6 @@ jobs:
profile: minimal
components: clippy
- name: Clippy check
- working-directory: ./indexer
working-directory: ./indexer
run: |
cargo clippy

0 comments on commit 2d29665

Please sign in to comment.