We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew install danger-js
1 parent 4315835 commit 5a6820aCopy full SHA for 5a6820a
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Install danger-js
45
run: brew install danger/tap/danger-js
46
+ env:
47
+ DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer # Avoid Homebrew installation error
48
49
- run: swift test
50
@@ -82,6 +84,8 @@ jobs:
82
84
83
85
86
87
88
89
90
- run: make install
91
@@ -162,6 +166,8 @@ jobs:
162
166
163
167
164
168
169
170
165
171
172
173
0 commit comments