Skip to content

Instantly share code, notes, and snippets.

View martinjaimem's full-sized avatar

Martin Jaime martinjaimem

View GitHub Profile
@martinjaimem
martinjaimem / review_app_creation.rb
Created April 24, 2022 23:28
Heroku review app creation with Github Actions
# Github Actions should look something like:
# name: CI
# on: [pull_request]
# jobs:
# build_review_app:
# name: Review app builder
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code