Add support for returning measurement_uid as part of oonimkall API #5004
Workflow file for this run
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
# Performs miscellaneous quick checks | |
name: checks | |
on: | |
pull_request: | |
push: | |
jobs: | |
perform_code_quality_checks: | |
runs-on: "${{ matrix.os }}" | |
strategy: | |
matrix: | |
os: [ "ubuntu-22.04" ] | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- run: ./MOBILE/ios/createpodspecs_test | |
- run: ./script/nocopyreadall.bash | |
- run: ./script/ghpublish_test.bash |