Skip to content

fix: delete unused workflows and update them to check plugin version and generate zip with releases #2

fix: delete unused workflows and update them to check plugin version and generate zip with releases

fix: delete unused workflows and update them to check plugin version and generate zip with releases #2

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'