mirror of
https://github.com/koenrh/actions.git
synced 2025-01-02 21:33:10 +08:00
5 lines
38 B
Bash
Executable file
5 lines
38 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
sh -c "rubocop $*"
|