Skip to content

chore(deps): bump yard from 0.9.34 to 0.9.35 #49

chore(deps): bump yard from 0.9.34 to 0.9.35

chore(deps): bump yard from 0.9.34 to 0.9.35 #49

Workflow file for this run

name: RuboCop
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Run the RuboCop task
run: bundle exec rake rubocop