mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
fixed bug in openAPI path
This commit is contained in:
parent
048cc49991
commit
cee9c71797
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ DetectOpenAPIFile()
|
||||||
###############################
|
###############################
|
||||||
# Check the file for keywords #
|
# Check the file for keywords #
|
||||||
###############################
|
###############################
|
||||||
grep -E '"openapi":|"swagger":|^openapi:|^swagger:' "$GITHUB_WORKSPACE/$FILE" > /dev/null
|
grep -E '"openapi":|"swagger":|^openapi:|^swagger:' "$FILE" > /dev/null
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Load the error code #
|
# Load the error code #
|
||||||
|
|
Loading…
Reference in a new issue