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 86fe96a commit 37e1f57Copy full SHA for 37e1f57
.github/workflows/ci.yml
@@ -0,0 +1,9 @@
1
+name: CI
2
+on: [push, pull_request, workflow_dispatch]
3
+jobs:
4
+ test:
5
+ runs-on: macos-11
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - run: set -o pipefail && xcodebuild build -project NextGrowingTextView.xcodeproj -scheme NextGrowingTextView -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
9
+ - run: pod lib lint
.travis.yml
0 commit comments