Skip to content

Commit

Permalink
add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 17, 2025
1 parent 9d27cc3 commit efbd0f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
vendor/bin/phpcs --config-set installed_paths "$CURRENT_PATHS,$VIPWPCS_PATH"
fi
fi
echo "dumping phpcs -i"
vendor/bin/phpcs -i
echo "dumping phpcs config"
vendor/bin/phpcs --config-show
echo "show composer config"
composer show -t
echo "debug automattic/vipwpcs/WordPressVIPMinimum"
ls -la vendor/automattic/vipwpcs/
ls -la vendor/automattic/vipwpcs/WordPressVIPMinimum
cat vendor/automattic/vipwpcs/WordPressVIPMinimum/ruleset.xml
- name: Lint
run: composer lint
Expand Down

0 comments on commit efbd0f0

Please sign in to comment.