mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle exec rubocop -a --format progress
|
|
bundle exec rspec
|