mirror of
https://github.com/koenrh/actions.git
synced 2025-01-20 14:17:41 +08:00
6 lines
38 B
Bash
6 lines
38 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sh -c "rubocop $*"
|