Skip to content

Add a public method to send metadata #521

Add a public method to send metadata

Add a public method to send metadata #521

Workflow file for this run

name: Review
on: [pull_request]
jobs:
build:
runs-on: macOS-13
steps:
- uses: actions/checkout@v1
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app'
- name: bundle install
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
run: |
bundle install
bundle exec fastlane review