mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Create dart_general.yml
This commit is contained in:
parent
fc82b2b7e1
commit
8940f87935
33
.github/workflows/dart_general.yml
vendored
Normal file
33
.github/workflows/dart_general.yml
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Dart
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
flutter-analyze:
|
||||
name: flutter analyze
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: "dev"
|
||||
- name: flutter pub get
|
||||
working-directory: frontend/app_flowy
|
||||
run: flutter pub get
|
||||
- name: flutter analyze
|
||||
working-directory: frontend/app_flowy
|
||||
run: flutter analyze
|
||||
|
Loading…
Reference in New Issue
Block a user