Skip to content

Commit

Permalink
Upgrade WordPress Coding Standards to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Jul 15, 2024
1 parent 05677ba commit 5dad114
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 @@ -2,7 +2,7 @@

cp /action/problem-matcher.json /github/workflow/problem-matcher.json

git clone --depth 1 -b 2.3.0 https://github.com/WordPress/WordPress-Coding-Standards.git ~/wpcs
git clone --depth 1 -b 3.1.0 https://github.com/WordPress/WordPress-Coding-Standards.git ~/wpcs

git config --global --add safe.directory $(pwd)

Expand Down

0 comments on commit 5dad114

Please sign in to comment.