Skip to content

Attempt to get the correct WordPress version #286

Attempt to get the correct WordPress version

Attempt to get the correct WordPress version #286

Workflow file for this run

name: WordPress Coding Standards
on:
pull_request:
jobs:
wpcs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
- name: Install Dependencies
run: composer install
- name: Run Lint
run: composer lint
- name: Run PHPCS
run: composer phpcs