Skip to content

Remove redundant empty check in nominate-this-core.php. #211

Remove redundant empty check in nominate-this-core.php.

Remove redundant empty check in nominate-this-core.php. #211

Workflow file for this run

name: PHPCS
on:
push:
paths:
- '**.php'
jobs:
test-phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Run PHPCS
run: vendor/bin/phpcs