Skip to content

Rubocop

Rubocop #3

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v5
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
- name: Install rubocop
run: gem install rubocop
- name: Run rubocop
run: rubocop