Skip to content

Fix annotate_one_file to avoid ignoring commented columns #730

Fix annotate_one_file to avoid ignoring commented columns

Fix annotate_one_file to avoid ignoring commented columns #730

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['2.7']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Tests
run: bundle exec rspec
- name: Rubocop
run: bundle exec rubocop