Skip to content

Commit

Permalink
Create build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaul committed Jul 25, 2024
1 parent 748905f commit bf70c47
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 bf70c47

Please # to comment.