Skip to content

Commit

Permalink
NEW "WP Plugin Check" action (swissspidy/wp-plugin-check-action)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Mar 5, 2024
1 parent d12a43a commit 3025049
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wp-plugin-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'WordPress plugin checks'

on:
workflow_call:
pull_request:
push:
branches:
['main']

jobs:
call-workflow-wp-plugin-checks:
uses: figuren-theater/code-quality/.github/workflows/wp-plugin-checks.yml@main
secrets: inherit

0 comments on commit 3025049

Please sign in to comment.