Skip to content

Fix commas in GET URIs being transformed into %2C #120

Fix commas in GET URIs being transformed into %2C

Fix commas in GET URIs being transformed into %2C #120

Workflow file for this run

name: mutation tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rake mutant