Skip to content

Bump erb from 6.0.1 to 6.0.1.1 (#103) #74

Bump erb from 6.0.1 to 6.0.1.1 (#103)

Bump erb from 6.0.1 to 6.0.1.1 (#103) #74

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run rubocop
run: bin/rubocop