Skip to content

feat: support gsub_file erroring if gsub doesn't change anything, and add gsub_file! #163

feat: support gsub_file erroring if gsub doesn't change anything, and add gsub_file!

feat: support gsub_file erroring if gsub doesn't change anything, and add gsub_file! #163

Workflow file for this run

name: Run linters
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rubocop