Skip to content

Commit

Permalink
[#242] Install danger js
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Nov 13, 2023
1 parent 48c8616 commit 9160333
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- name: Statically analyze the Dart code for any errors
run: flutter analyze .

- name: Install Danger JS
run: npm install -g danger

- name: Activate Danger Dart
run: pub global activate danger_dart

- name: Run danger ci
run: danger_dart ci
env:
Expand Down
6 changes: 6 additions & 0 deletions bricks/template/__brick__/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Statically analyze the Dart code for any errors
run: flutter analyze .

- name: Install Danger JS
run: npm install -g danger

- name: Activate Danger Dart
run: pub global activate danger_dart

- name: Run danger ci
run: danger_dart ci
env:
Expand Down

0 comments on commit 9160333

Please sign in to comment.