Skip to content

Merge branch 'development' of https://github.com/scouting-nl/scouting… #12

Merge branch 'development' of https://github.com/scouting-nl/scouting…

Merge branch 'development' of https://github.com/scouting-nl/scouting… #12

Workflow file for this run

name: 'build-test'
on:
pull_request: # Triggers on pull requests
push: # Triggers on pushes to specified branches
branches:
- main
- development
- 'releases/*' # All branches under releases
jobs:
plugin-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run plugin check
uses: wordpress/[email protected]