Skip to content

Instantly share code, notes, and snippets.

View jerhinesmith's full-sized avatar

Justin Rhinesmith jerhinesmith

View GitHub Profile
@jerhinesmith
jerhinesmith / ruby.yml
Created August 14, 2023 23:45 — forked from jcypret/ruby.yml
Ruby CI (RSpec + CodeClimate) using GitHub Actions
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1