mirror of
https://github.com/koenrh/actions.git
synced 2024-12-29 11:32:20 +08:00
5 lines
38 B
Bash
Executable file
5 lines
38 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
sh -c "rubocop $*"
|