Skip to content

Converted LeetCode challeges to all be instance methods #689

Converted LeetCode challeges to all be instance methods

Converted LeetCode challeges to all be instance methods #689

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