Skip to content

Commit cec5d36

Browse files
committed
attempt 3
1 parent 9f7afc9 commit cec5d36

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/danger.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Setup dart
17-
uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
16+
- name: Set up Flutter
17+
uses: ./.github/actions/setup-flutter
18+
19+
- name: Install dependencies
20+
run: flutter pub get
21+
shell: bash
1822

1923
- name: Install Danger-js
2024
run: npm install -g danger
2125

2226
- name: Activate command
23-
run: dart pub global activate danger_dart
27+
run: flutter pub global activate danger_dart
2428

2529
- name: Run danger ci
2630
run: danger_dart ci

0 commit comments

Comments
 (0)