Skip to content

Add basic JSON and YAML rendering in pre tag #127

Add basic JSON and YAML rendering in pre tag

Add basic JSON and YAML rendering in pre tag #127

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- uses: ankane/setup-postgres@v1
with:
database: blazer_test
- run: bundle exec rake test