Skip to content

Bump debug from 2.6.8 to 4.3.4 #68

Bump debug from 2.6.8 to 4.3.4

Bump debug from 2.6.8 to 4.3.4 #68

Workflow file for this run

name: Lint with Rubocop
on:
pull_request:
branches: ["master"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Run Rubocop
run: bundle exec rubocop