Skip to content

Commit

Permalink
Merge pull request #1 from IdentitySquare/build-test
Browse files Browse the repository at this point in the history
Create build-test.yml
  • Loading branch information
danielpaul committed Jul 25, 2024
2 parents 748905f + bf70c47 commit b494857
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 b494857

Please # to comment.