Skip to content

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group across 1 directory #5

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group across 1 directory

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group across 1 directory #5

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- main
jobs:
ci:
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu
ruby:
- '3.0.6'
- '3.1.4'
- '3.2.3'
- '3.3.0'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Lint with Rubocop
run: bundle exec rubocop
- name: Testing
run: bin/test