Skip to content

Commit

Permalink
Create wordpress-plugin-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsagovac authored Dec 1, 2024
1 parent 29451dc commit ec00375
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wordpress-plugin-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run plugin check
uses: wordpress/plugin-check-action@v1

0 comments on commit ec00375

Please sign in to comment.