Skip to content

Escape any stray CDATA end tokens that may be in the post contents #71

Escape any stray CDATA end tokens that may be in the post contents

Escape any stray CDATA end tokens that may be in the post contents #71

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: 'Ruby ${{ matrix.ruby-version }}'
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bash script/cibuild