Skip to content

Commit

Permalink
stop testing readme file in repo
Browse files Browse the repository at this point in the history
stop testing readme file in repo
  • Loading branch information
Achillessanger committed Aug 28, 2023
1 parent e70da69 commit 7c47fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ if [ "$INPUT_TYPE" = "validate" ]; then
if [[ "$file" == .DS_Store* ]]; then
continue
fi
if [[ "$file" != *.yml ]] && [[ "$file" != *.yaml ]] ; then
continue
fi

echo -e "\n------Testing $file------"
if [[ "$file" != iact3-config/* ]]; then
python /iact3.py validate -t "$file" >> output.txt 2>&1
Expand Down

0 comments on commit 7c47fed

Please sign in to comment.