Skip to content

Formulation of a Code of Conduct and Updating Supporting Documents #802

Formulation of a Code of Conduct and Updating Supporting Documents

Formulation of a Code of Conduct and Updating Supporting Documents #802

Workflow file for this run

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