App Shop: Remove VE, EVA, and ETW+ from the app-shop and bundles pages. #3203
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'PHPCS' | |
on: [pull_request] | |
jobs: | |
phpcs: | |
uses: stellarwp/github-actions/.github/workflows/phpcs.yml@main | |
with: | |
ref: ${{ github.event.inputs.ref }} | |
secrets: | |
access-token: ${{ secrets.GH_BOT_TOKEN }} |