Skip to content

Commit

Permalink
Updating Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jan 30, 2024
1 parent c1dd4af commit a4127e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
enable_warnings: false # Enable checking for warnings (-w)
paths: '.' # Paths to check, space separated
excludes: 'lib/* php/Plugin_Updater.php' # Paths to excludes, space separated
excludes: './lib/* ./php/Plugin_Updater.php' # Paths to excludes, space separated
standard: 'WordPress' # Standard to use. Accepts WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default.
standard_repo: '' # Public (git) repository URL of the coding standard
repo_branch: 'master' # Branch of Standard repository
Expand Down

0 comments on commit a4127e9

Please sign in to comment.