Skip to content

Commit 0c0d805

Browse files
committed
Update danger.yml to use dart command line instead of flutter
1 parent db877b4 commit 0c0d805

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/danger.yml

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

16-
- name: Set up Flutter
17-
uses: ./.github/actions/setup-flutter
16+
- name: Setup node
17+
uses: actions/setup-node@v1
18+
19+
- name: Setup dart
20+
uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
1821

1922
- name: Install Danger-js
2023
run: npm install -g danger
21-
22-
- name: Install dependencies
23-
run: flutter pub get
24-
shell: bash
25-
24+
25+
- name: Activate command
26+
run: dart pub global activate
27+
2628
- name: Run danger ci
2729
run: danger_dart ci
2830
env:

0 commit comments

Comments
 (0)