Skip to content

Merge pull request #7 from middlicomp/lazy-load-html #33

Merge pull request #7 from middlicomp/lazy-load-html

Merge pull request #7 from middlicomp/lazy-load-html #33

Workflow file for this run

name: rubocop
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop