fix: delete unused workflows and update them to check plugin version and generate zip with releases #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'WP Plugin check' | |
on: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Build plugin | |
run: npm run build | |
- name: Run plugin check | |
uses: swissspidy/wp-plugin-check-action@v1 | |
with: | |
build-dir: './openedx-commerce' |