We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789a8a9 commit 498c38cCopy full SHA for 498c38c
entrypoint.sh
@@ -4,4 +4,4 @@ echo "======================"
4
echo "= Linting OAS file ="
5
echo "======================"
6
7
-node swagger-cli validate "$INPUT_FILE_PATH"
+cd /github/workspace/ && swagger-cli validate "$INPUT_FILE_PATH"
0 commit comments