Skip to content

Commit

Permalink
Revert "fix: temporary removed arb_utils step"
Browse files Browse the repository at this point in the history
This reverts commit 9e018c7.
  • Loading branch information
mirland committed May 20, 2024
1 parent 9e018c7 commit 9305c70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
# Temporary removed until this issue is fixed: https://github.com/Rodsevich/arb_utils/issues/28#issue-2298911870
# - name: Activate arb_utils
# run: |
# dart pub global activate arb_utils
- name: Activate arb_utils
run: |
dart pub global activate arb_utils
- name: Get dependencies
uses: maierj/fastlane-action@v3.0.0
with:
Expand Down
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ end
desc "**Run linters**"
lane :lints do
lint_format
# Temporary removed until this issue is fixed: https://github.com/Rodsevich/arb_utils/issues/28#issue-2298911870
# lint_check_language_sorting
lint_check_language_sorting
lint_analyze
lint_code_metrics
end
Expand Down

0 comments on commit 9305c70

Please sign in to comment.