Skip to content

Create LICENSE

Create LICENSE #26

Workflow file for this run

name: RuboCop
on:
push:
pull_request:
branches:
- main
jobs:
rubocop:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install RuboCop
run: sudo gem install rubocop -v 1.59.0
- name: Run RuboCop
run: rubocop ./lib