Skip to content

Commit 9f7afc9

Browse files
committed
attempt 2
1 parent 0c0d805 commit 9f7afc9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/danger.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Setup node
17-
uses: actions/setup-node@v1
18-
1916
- name: Setup dart
2017
uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
2118

2219
- name: Install Danger-js
2320
run: npm install -g danger
2421

2522
- name: Activate command
26-
run: dart pub global activate
23+
run: dart pub global activate danger_dart
2724

2825
- name: Run danger ci
2926
run: danger_dart ci

0 commit comments

Comments
 (0)