Skip to content

Update to 0.29.0.gfm.13 #373

Update to 0.29.0.gfm.13

Update to 0.29.0.gfm.13 #373

Workflow file for this run

name: Linting
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true # 'bundle install' and cache
- name: Rubocop
run: echo "linting disabled" #bundle exec rake rubocop