mirror of
https://github.com/koenrh/actions.git
synced 2024-12-31 04:21:54 +08:00
6 lines
38 B
Bash
6 lines
38 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sh -c "rubocop $*"
|