Browse Source

fix: fix yaml syntax in rust_lint github workflow

Poly-Pixel 2 years ago
parent
commit
0c20a7b092
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/rust_lint.yml

+ 4 - 4
.github/workflows/rust_lint.yml

@@ -17,9 +17,9 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
       - uses: actions-rs/toolchain@v1
-      with:
-        toolchain: 'stable-2022-01-20'
-        override: true
+        with:
+          toolchain: 'stable-2022-01-20'
+          override: true
 
 
       - name: Rust Deps
       - name: Rust Deps
         working-directory: frontend
         working-directory: frontend
@@ -40,7 +40,7 @@ jobs:
 
 
 
 
       - run: rustup component add clippy
       - run: rustup component add clippy
-          working-directory: frontend/rust-lib
+        working-directory: frontend/rust-lib
       - name: clippy
       - name: clippy
         run: cargo clippy --no-default-features
         run: cargo clippy --no-default-features
         working-directory: frontend/rust-lib
         working-directory: frontend/rust-lib