Move ruby testing to GH Actions & fix linting

This commit is contained in:
Gene Liverman 2022-06-25 14:49:22 -04:00
parent b6c4139be4
commit d2efca732c
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
7 changed files with 29 additions and 30 deletions

View file

@ -5,7 +5,7 @@ require 'os'
require 'tty-command'
require 'tty-file'
require 'tty-prompt'
require_relative 'dotutils.rb'
require_relative 'dotutils'
cmd = TTY::Command.new
@prompt = TTY::Prompt.new(help_color: :magenta)