Skip to content

Merge pull request #39 from ngrok/pr/generated-6af476aca1 #121

Merge pull request #39 from ngrok/pr/generated-6af476aca1

Merge pull request #39 from ngrok/pr/generated-6af476aca1 #121

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.2']
steps:
- name: Check out repository code
uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rake
run: bundle exec rake