actions/rubocop/entrypoint.sh

6 lines
38 B
Bash
Raw Normal View History

2019-01-06 01:05:05 +08:00
#!/bin/sh
set -e
sh -c "rubocop $*"