Skip to content

Commit e003a8a

Browse files
committed
ci: Test latest version of flutter-code-quality action
1 parent dcc820a commit e003a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI - Pull Request
22
on:
33
pull_request_target:
4+
pull_request: #TODO: Remove this
45

56
# Pull Request Runs on the same branch will be cancelled
67
concurrency:
@@ -21,7 +22,7 @@ jobs:
2122
with:
2223
cache: true
2324
- run: dart run build_runner build --delete-conflicting-outputs
24-
- uses: ZebraDevs/flutter-code-quality@v1.0.7
25+
- uses: ZebraDevs/flutter-code-quality@fix/pushFail
2526
with:
2627
token: ${{secrets.GITHUB_TOKEN}}
2728

example/macos/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Cocoa
22
import FlutterMacOS
33

4-
@NSApplicationMain
4+
@main
55
class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true

lib/src/utils/zeta_provider.dart

-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ ThemeData generateZetaTheme({
434434
bottomAppBarTheme: existingTheme.bottomAppBarTheme,
435435
bottomNavigationBarTheme: existingTheme.bottomNavigationBarTheme,
436436
bottomSheetTheme: existingTheme.bottomSheetTheme,
437-
buttonBarTheme: existingTheme.buttonBarTheme,
438437
buttonTheme: existingTheme.buttonTheme,
439438
cardTheme: existingTheme.cardTheme,
440439
checkboxTheme: existingTheme.checkboxTheme,

0 commit comments

Comments
 (0)