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

Commit

Permalink
ci: remove flutter and only use dart
Browse files Browse the repository at this point in the history
  • Loading branch information
vmichalak committed Nov 10, 2024
1 parent 0f47f2b commit 0e06bc0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
flutter-version: '3.24.1'
channel: 'stable'
sdk: '3.5.1'

- name: Get dependencies
run: flutter pub get
run: dart pub get

- name: Test lint rules
run: cd example && dart run custom_lint && cd ..

0 comments on commit 0e06bc0

Please sign in to comment.