Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed May 2, 2024
1 parent 6555fbf commit 7b7bc43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/credential_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
flutter_version: 3.19.6
min_coverage: 95
working_directory: packages/credential_manifest
dart_sdk: 3.3.4
1 change: 1 addition & 0 deletions .github/workflows/cryptocurrency_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
flutter_version: 3.19.6
min_coverage: 95
working_directory: packages/cryptocurrency_keys
dart_sdk: 3.3.4
5 changes: 5 additions & 0 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
- name: ✨ Check Formatting
run: dart format --line-length ${{inputs.format_line_length}} --set-exit-if-changed ${{inputs.format_directories}}

- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{inputs.dart_sdk}}

- name: ⚙️ build with build_runner
run: dart run build_runner build --delete-conflicting-outputs

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jwt_decode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
flutter_version: 3.19.6
min_coverage: 95
working_directory: packages/jwt_decode
dart_sdk: 3.3.4
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
flutter_channel: stable
flutter_version: 3.19.6
min_coverage: 30
dart_sdk: 3.3.4

0 comments on commit 7b7bc43

Please sign in to comment.