Skip to content

Update default X-XSS-Protection value to 0 (#479) #153

Update default X-XSS-Protection value to 0 (#479)

Update default X-XSS-Protection value to 0 (#479) #153

Workflow file for this run

name: Build + Test
on: [pull_request, push]
jobs:
build:
name: Build + Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake
run: |
bundle exec rubocop
bundle exec rspec spec