Skip to content

Added Collin Donnell’s Blog. #1055

Added Collin Donnell’s Blog.

Added Collin Donnell’s Blog. #1055

Workflow file for this run

name: Ruby
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Validate JSON
run: |
bundle exec rake validate:json