Skip to content

Upgrade upstream difftastic to v0.67.0 (#34) #81

Upgrade upstream difftastic to v0.67.0 (#34)

Upgrade upstream difftastic to v0.67.0 (#34) #81

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop