Skip to content

remove newlines prior to spans in inline_quoted templates #20

remove newlines prior to spans in inline_quoted templates

remove newlines prior to spans in inline_quoted templates #20

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
- staging
jobs:
tests:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run tests
run: bundle exec rspec spec/htmlbook_spec.rb