Skip to content

add some data normalization #1652

add some data normalization

add some data normalization #1652

Workflow file for this run

name: Linters
on: push
jobs:
linters:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop