Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created May 2, 2022 21:02
Show Gist options
  • Save havenwood/60d3ca14cfb0b8234bd2fe0f7b051ec3 to your computer and use it in GitHub Desktop.
Save havenwood/60d3ca14cfb0b8234bd2fe0f7b051ec3 to your computer and use it in GitHub Desktop.
gem install --no-document toys && bundle install
tests=(rubocop integration build yardoc linkinator)
for test in "${tests[@]}"; do
toys do "$test" < /dev/null
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment