Skip to content

Verify Plugin Distribution #1616

Verify Plugin Distribution

Verify Plugin Distribution #1616

# 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: {}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
with:
plugin: wp-crontrol
owner: johnbillion