Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 729 Bytes

File metadata and controls

19 lines (10 loc) · 729 Bytes

AxeWP Plugin Infrastructure

Reusable dev infrastructure for AxeWP WordPress plugins.

axewp/plugin-infra is a GitHub repository providing reusable GitHub Workflows and shared configurations for AxePress public plugins.

Inspired by https://github.com/johnbillion/plugin-infrastructure

What's Included

Reusable GitHub Actions Workflows

11 reusable workflows under .github/workflows/ for PHPUnit, Codeception, PHPStan, PHPCS, E2E (Playwright), Jest, CSS/JS linting, plugin builds, workflow linting, GraphQL schema linting, and WP Playground PR previews.

See .github/workflows/README.md for full documentation, inputs, and copy-paste usage examples.

Reusable Configs

@todo