mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 00:07:24 +00:00
Create analyse.dart
This commit is contained in:
19
.github/workflows/analyse.dart
vendored
Normal file
19
.github/workflows/analyse.dart
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: "analyze"
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: subosito/flutter-action@v2
|
||||||
|
with:
|
||||||
|
channel: "stable"
|
||||||
|
flutter-version-file: pubspec.yaml
|
||||||
|
architecture: x64
|
||||||
|
- run: flutter pub get
|
||||||
|
- uses: invertase/github-action-dart-analyzer@v1
|
Reference in New Issue
Block a user