Update dependency-review.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validations | |
on: | |
push: | |
branches: [ ci/github_actions, master ] | |
pull_request: | |
branches: [ master ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
validate-third-party-packages-managers: | |
runs-on: macos-11 | |
steps: | |
- uses: actions/checkout@v2 | |
- run: gem install xcpretty --no-document | |
- run: set -o pipefail | |
- run: swift --version | |
- run: xcodebuild -version | |
- run: ./Scripts/ci-xcode-select.sh | |
# cocoapods | |
- run: pod lib lint --allow-warnings | |
# also add validation for spm later. |