Skip to content

fix csv converter process (#5) #32

fix csv converter process (#5)

fix csv converter process (#5) #32

Workflow file for this run

name: Linting
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 # use latest ruby version
- name: Install rubocop
run: gem install rubocop -v 1.58.0
- name: Rubocop
run: rubocop