Skip to content

Bump to WordPress 6.4 #1

Bump to WordPress 6.4

Bump to WordPress 6.4 #1

Workflow file for this run

name: Static Analysis
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:
jobs:
testing:
name: PHPCS and PHPStan
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v3
- name: Run PHPCS and PHPStan tests
uses: polylang/actions/static-analysis@main