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.
1 parent 424f391 commit f998470Copy full SHA for f998470
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run tests
25
run: swift test --skip-build
26
- name: Pod lint
27
- run: pod lib lint --quick
+ run: pod lib lint
28
- name: Verify Carthage
29
run: carthage build --no-skip-current --verbose --use-xcframeworks --platform macOS
30
0 commit comments