mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
Update ci.yaml
This commit is contained in:
parent
3d93308293
commit
b83ff2c3c5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -16,8 +16,10 @@ jobs:
|
|||
override: true
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
working-directory: frontend/rust-lib
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
|
||||
flutter-lint:
|
||||
name: flutter analyze
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue