Skip to content

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #68

Bump rails-html-sanitizer from 1.6.0 to 1.6.1

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #68

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [$default-branch]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2"]
gemfile:
- Gemfile
- test/ci/rails61.gemfile
- test/ci/rails70.gemfile
env:
ROOT_BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake