Skip to content

Verify Plugin Distribution #9720

Verify Plugin Distribution

Verify Plugin Distribution #9720

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Verify Plugin Distribution
on:
schedule:
# Once per hour
#
# ┌───────────── minute (0 - 59)
# │ ┌────────── hour (0 - 23)
# │ │ ┌─────── day of the month (1 - 31)
# │ │ │ ┌──── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌─ day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
- cron: '20 * * * *'
push:
branches:
- 'develop'
paths:
- '.github/workflows/verify-distribution.yml'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/verify-distribution.yml'
workflow_dispatch:
permissions: {}
jobs:
verify:
name: Verify Plugin Distribution
permissions:
contents: write # Needed to push commits
pull-requests: write # Needed to create a PR
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@5da00cd003a94ef534a553d48b78a20ef4fadf0d # 2.9.7
with:
plugin: wp-crontrol
owner: johnbillion