Skip to content

Commit

Permalink
Use custom_lint from hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 23, 2024
1 parent 3a32285 commit 2feea64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.flutter-channel }}
# TODO: Use custom_lint from hosted when https://github.com/invertase/dart_custom_lint/pull/272 lands
- run: |
dart pub global activate puby
dart pub global activate -sgit https://github.com/Rexios80/dart_custom_lint --git-ref f62fe2e1dc03162d1bb55dbba7e6b37bc08d81a1 --git-path packages/custom_lint
dart pub global activate custom_lint
puby link
dart format . --set-exit-if-changed
dart analyze --fatal-infos
Expand Down

0 comments on commit 2feea64

Please sign in to comment.