Skip to content

Add DirectoryNotFoundException and UnsupportedPlatformException #78

Add DirectoryNotFoundException and UnsupportedPlatformException

Add DirectoryNotFoundException and UnsupportedPlatformException #78

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