Skip to content

Commit

Permalink
Merge branch 'default' into release_1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Nov 27, 2023
2 parents e17e7a5 + c3a5242 commit 317d9d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wporg-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# On push, run the action-wporg-validator workflow.
name: WP.org Validator
on: [push]
jobs:
wporg-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: WP.org Validator
uses: pantheon-systems/action-wporg-validator@1.0.0
with:
type: plugin

0 comments on commit 317d9d0

Please sign in to comment.