actions/rubocop/entrypoint.sh
2019-01-05 18:05:05 +01:00

6 lines
38 B
Bash
Executable file

#!/bin/sh
set -e
sh -c "rubocop $*"