Skip to content

Commit

Permalink
(fix) analyse workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikem Medehou authored and Elikem Medehou committed Apr 1, 2024
1 parent 775c3f7 commit 61d5cdb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/analyse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ on:
- main

jobs:

build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable


analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1

- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.0
- run: dart --version
- run: flutter --version
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze

0 comments on commit 61d5cdb

Please sign in to comment.