mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-29 01:31:13 +00:00
style: add editorconfig file
This commit is contained in:
@@ -16,4 +16,4 @@ test_short_sha(){
|
||||
actual="$(short_sha ${given})"
|
||||
echo "expected : [${expected}], actual : [${actual}]"
|
||||
[ "${actual}" == "${expected}" ]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ test_sluf_ref() {
|
||||
actual="$(slug_ref \"${given}\")"
|
||||
echo "expected : [${expected}], actual : [${actual}]"
|
||||
[ "${actual}" == "${expected}" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user