Skip to content

Commit

Permalink
Add Plugin Check Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jan 16, 2025
1 parent b6e48f6 commit d6b123e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-test.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:
- main
- '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 d6b123e

Please sign in to comment.