diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 107bcab6f..367d62eea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: profile: minimal components: rustfmt - name: Check formatting - - working-directory: ./indexer + working-directory: ./indexer run: | cargo fmt -- --check @@ -51,6 +51,6 @@ jobs: profile: minimal components: clippy - name: Clippy check - - working-directory: ./indexer + working-directory: ./indexer run: | cargo clippy