Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Update flutter_beta.yml
Browse files Browse the repository at this point in the history
No more format checks for beta version
  • Loading branch information
AlvaroRojas authored Mar 12, 2024
1 parent 22cd889 commit 85880d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: flutter pub get

# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
#- run: dart format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- run: flutter analyze . --no-fatal-infos --no-fatal-warnings
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- run: flutter pub get

# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
#- run: dart format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- run: flutter analyze . --no-fatal-infos --no-fatal-warnings
Expand Down

0 comments on commit 85880d9

Please sign in to comment.