Skip to content

Commit

Permalink
Revert GH action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Jun 26, 2024
1 parent b9ca990 commit f79aa1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ jobs:
- name: Analyze Dart
run: flutter analyze
- name: Analyze Kotlin
if: ${{ !cancelled() }}
run: ktlint
- name: Analyze Swift
if: ${{ !cancelled() }}
run: swiftlint --strict
- name: Check Dart format
if: ${{ !cancelled() }}
run: dart format --output=none --set-exit-if-changed .
build_ios:
name: Build for iOS
Expand Down

0 comments on commit f79aa1c

Please sign in to comment.