1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00

Fix a typo (#9)

Use nested instead of nestet
This commit is contained in:
Yudai Takada 2022-12-19 12:00:22 +09:00 committed by GitHub
parent 8aaa73d411
commit 234e9eaa71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -70,10 +70,10 @@ function setup() {
} }
## folder ## 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 \ run docker run --rm \
-v "$(pwd):/mnt/" \ -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 -i $CONTAINER_NAME
debug "${status}" "${output}" "${lines}" debug "${status}" "${output}" "${lines}"