Skip to content

Remove warning for unsafe email configuration w/o protection #61

Remove warning for unsafe email configuration w/o protection

Remove warning for unsafe email configuration w/o protection #61

Workflow file for this run

name: WordPress Coding Standards
on: pull_request
jobs:
phpcs:
name: Check Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
standard: 'WordPress'
extra_args: '--report-json=./phpcs.json'
excludes: '.github/ tests/'
- name: Update summary
run: |
npx --yes github:10up/phpcs-json-to-md --path ./phpcs.json --output ./phpcs.md
cat phpcs.md >> $GITHUB_STEP_SUMMARY