mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
Update ci.yaml
This commit is contained in:
parent
f8f5b7c233
commit
8d9cde17a9
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
rust-lint:
|
rust-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- id: component
|
- id: component
|
||||||
uses: actions-rs/components-nightly@v1
|
uses: actions-rs/components-nightly@v1
|
||||||
with:
|
with:
|
||||||
|
@ -19,10 +19,9 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
- run: rustup component add clippy
|
- run: rustup component add clippy
|
||||||
working-directory: frontend/rust-lib
|
working-directory: frontend/rust-lib
|
||||||
- uses: actions-rs/clippy-check@v1
|
- run: cargo clippy
|
||||||
with:
|
working-directory: frontend/rust-lib
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
args: --all-features
|
|
||||||
|
|
||||||
flutter-lint:
|
flutter-lint:
|
||||||
name: flutter analyze
|
name: flutter analyze
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue