mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
parent
8aaa73d411
commit
234e9eaa71
3 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ function setup() {
|
|||
}
|
||||
|
||||
## folder
|
||||
@test "INPUT_YAMLLINT_FILE_OR_DIR: nestet_folder with one errors" {
|
||||
@test "INPUT_YAMLLINT_FILE_OR_DIR: nested_folder with one errors" {
|
||||
run docker run --rm \
|
||||
-v "$(pwd):/mnt/" \
|
||||
-e INPUT_YAMLLINT_FILE_OR_DIR="/mnt/tests/data/nestet_folder" \
|
||||
-e INPUT_YAMLLINT_FILE_OR_DIR="/mnt/tests/data/nested_folder" \
|
||||
-i $CONTAINER_NAME
|
||||
|
||||
debug "${status}" "${output}" "${lines}"
|
||||
|
|
Loading…
Reference in a new issue