Skip to content

Instantly share code, notes, and snippets.

View tuliotm's full-sized avatar

TulioTM tuliotm

View GitHub Profile
@tadast
tadast / ruby.yml
Created April 26, 2020 20:29
Example github actions config for Rails with postgres using DATABASE_URL
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: