소스 검색

Update ci.yaml

AppFlowy.IO 3 년 전
부모
커밋
8d9cde17a9
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 5
      .github/workflows/ci.yaml

+ 4 - 5
.github/workflows/ci.yaml

@@ -8,7 +8,7 @@ jobs:
   rust-lint:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v1
+      - uses: actions/checkout@v2
       - id: component
         uses: actions-rs/components-nightly@v1
         with:
@@ -19,10 +19,9 @@ jobs:
             override: true
       - run: rustup component add clippy
         working-directory: frontend/rust-lib
-      - uses: actions-rs/clippy-check@v1
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          args: --all-features
+      - run: cargo clippy
+        working-directory: frontend/rust-lib
+
 
   flutter-lint:
     name: flutter analyze