Skip to content

fix: test version

fix: test version #6

name: 'WP Plugin check'
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"

Check failure on line 13 in .github/workflows/wordpress-plugin-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/wordpress-plugin-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
with:
composer-options: "--no-dev"
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1