Skip to content

[] coordinate lookup method with command line support for tile coordinate description #39

[] coordinate lookup method with command line support for tile coordinate description

[] coordinate lookup method with command line support for tile coordinate description #39

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.0'
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.0'
- name: Install dependencies
run: bundle install
- name: Rubocop
run: rubocop