Skip to content

Commit

Permalink
Merge pull request #47 from 10up/fix/wordpress-standard
Browse files Browse the repository at this point in the history
Install the WordPress codings standards from the proper directory
  • Loading branch information
faisal-alvi authored Jun 4, 2024
2 parents 009cf3f + a19e2d8 commit 834a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ elif [ "${INPUT_STANDARD}" = "10up-Default" ]; then

decide_all_files_or_changed "${HOME}/wpcs,${HOME}/10up/10up-Default,${HOME}/phpcompatwp/PHPCompatibilityWP,${HOME}/phpcompat/PHPCompatibility,${HOME}/phpcompat-paragonie/PHPCompatibilityParagonieSodiumCompat,${HOME}/phpcompat-paragonie/PHPCompatibilityParagonieRandomCompat,${HOME}/phpcsutils/PHPCSUtils,${HOME}/vipcs,${HOME}/variable-analysis"
elif [ -z "${INPUT_STANDARD_REPO}" ] || [ "${INPUT_STANDARD_REPO}" = "false" ]; then
decide_all_files_or_changed "~/wpcs"
decide_all_files_or_changed "${HOME}/wpcs"
else
echo "Standard repository: ${INPUT_STANDARD_REPO}"
git clone -b ${INPUT_REPO_BRANCH} ${INPUT_STANDARD_REPO} ${HOME}/cs
Expand Down

0 comments on commit 834a834

Please sign in to comment.