Skip to content

Commit f998470

Browse files
committed
do full lint to catch issues faster
1 parent 424f391 commit f998470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests
2525
run: swift test --skip-build
2626
- name: Pod lint
27-
run: pod lib lint --quick
27+
run: pod lib lint
2828
- name: Verify Carthage
2929
run: carthage build --no-skip-current --verbose --use-xcframeworks --platform macOS
3030

0 commit comments

Comments
 (0)