Skip to content

Implemented 'Merge Two 2D Arrays by Summing Values' challenge #640

Implemented 'Merge Two 2D Arrays by Summing Values' challenge

Implemented 'Merge Two 2D Arrays by Summing Values' challenge #640

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Bundle
run: bundle install
- name: Run tests
run: bundle exec fastlane run_all_tests --verbose