Skip to content

Commit 3ca70c4

Browse files
committed
chore: cleaned up
1 parent 21abe69 commit 3ca70c4

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/workflows/code_quality.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,27 @@ jobs:
2323
# run:
2424
# working-directory: ${{ matrix.work_dir }}
2525
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
27+
- uses: subosito/flutter-action@v2
28+
- uses: bluefireteam/melos-action@v3
29+
# - name: Checkout
30+
# uses: actions/checkout@v3
2831
# - name: Start Docker compose containers
2932
# if: ${{ matrix.work_dir == 'openapi-generator' }}
3033
# run: docker-compose -f "docker-compose.yaml" up -d --build
31-
- name: Setup Dart
32-
uses: dart-lang/setup-dart@v1
33-
with:
34-
sdk: stable
35-
- name: Setup Flutter
36-
uses: subosito/flutter-action@v3
37-
with:
38-
channel: stable
39-
40-
- name: Install Melos
41-
run: dart pub global activate melos
42-
- name: Bootstrap Melos
43-
run: melos bootstrap
34+
# - name: Setup Dart
35+
# uses: dart-lang/setup-dart@v1
36+
# with:
37+
# sdk: stable
38+
# - name: Setup Flutter
39+
# uses: subosito/flutter-action@v3
40+
# with:
41+
# channel: stable
42+
#
43+
# - name: Install Melos
44+
# run: dart pub global activate melos
45+
# - name: Bootstrap Melos
46+
# run: melos bootstrap
4447
- name: Install Dependencies
4548
run: melos exec -- "dart pub get"
4649
- name: Run Docker Compose on Specific Package

0 commit comments

Comments
 (0)