Skip to content

Commit 43f616a

Browse files
committed
Add carthage test case in pull-request.yaml
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent cb9c309 commit 43f616a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
fosslight_dependency -p tests/test_pub -o tests/result/pub
7777
fosslight_dependency -p tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips -o tests/result/Cocoapods
7878
fosslight_dependency -p tests/test_swift -o tests/result/swift -t ${{ secrets.TOKEN }}
79+
fosslight_dependency -p tests/test_carthage -o tests/result/carthage -t ${{ secrets.TOKEN }}
7980
reuse:
8081
runs-on: ubuntu-latest
8182
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Currently, it supports the following package managers.
2020
- [Pub](https://pub.dev/) (Dart with flutter)
2121
- [Cocoapods](https://cocoapods.org/) (Swift/Obj-C)
2222
- [Swift](https://swift.org/package-manager/) (Swift)
23+
- [Carthage](https://github.com/Carthage/Carthage) (Carthage)
2324

2425
## 🧐 How to analyze the dependencies
2526

0 commit comments

Comments
 (0)