Skip to content

Commit

Permalink
ci: Test latest version of flutter-code-quality action
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Aug 19, 2024
1 parent dcc820a commit e003a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI - Pull Request
on:
pull_request_target:
pull_request: #TODO: Remove this

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

Expand Down
2 changes: 1 addition & 1 deletion example/macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
Expand Down
1 change: 0 additions & 1 deletion lib/src/utils/zeta_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ ThemeData generateZetaTheme({
bottomAppBarTheme: existingTheme.bottomAppBarTheme,
bottomNavigationBarTheme: existingTheme.bottomNavigationBarTheme,
bottomSheetTheme: existingTheme.bottomSheetTheme,
buttonBarTheme: existingTheme.buttonBarTheme,
buttonTheme: existingTheme.buttonTheme,
cardTheme: existingTheme.cardTheme,
checkboxTheme: existingTheme.checkboxTheme,
Expand Down

0 comments on commit e003a8a

Please sign in to comment.