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.
2 parents 0cc1c9d + c988f46 commit 6e65bd1Copy full SHA for 6e65bd1
.github/workflows/github-actions-ci.yml
@@ -1,10 +1,10 @@
1
name: Run CI
2
-on: [push]
+on: [push, pull_request]
3
+
4
jobs:
5
CI:
6
runs-on: macos-latest
- # env:
7
- # DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v2
@@ -64,4 +64,7 @@ jobs:
64
- name: Pod lib lint
65
run: set -o pipefail && bundle exec pod lib lint --allow-warnings
66
67
+ - name: Codecov
68
+ run: bash <(curl -s https://codecov.io/bash) -D /tmp/PinLayout
69
70
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments