Skip to content

Nokogiri 1.16.2 Security Patch and CODEOWNERS #15

Nokogiri 1.16.2 Security Patch and CODEOWNERS

Nokogiri 1.16.2 Security Patch and CODEOWNERS #15

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