Skip to content

Commit

Permalink
feat(GitHub Action) - Implement WP Plugin Check
Browse files Browse the repository at this point in the history
Test WP Plugin-Check GitHub-Action
  • Loading branch information
lukasniebler committed Oct 4, 2024
1 parent bd41c63 commit 7981333
Show file tree
Hide file tree
Showing 25 changed files with 760 additions and 719 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'build-test'
on:
pull_request:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: WordPress Plugin Check
uses: wordpress/plugin-check-action@v1
2 changes: 1 addition & 1 deletion build/accordion/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordion/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '11b0eedf570ccf7124e7');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'dd9610a6b21aaa6904ea');
2 changes: 1 addition & 1 deletion build/accordion/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordions/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordions/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-data'), 'version' => '15b9e34ff636eed3b1ea');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-data'), 'version' => 'cba86305da71043205f4');
2 changes: 1 addition & 1 deletion build/accordions/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapse/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapse/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '8e1e79b37f796385600f');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '3744bf774c081044494f');
2 changes: 1 addition & 1 deletion build/collapse/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapsibles/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapsibles/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => '2635f328dbda276989e6');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => 'f69f4cf5b6f213d4adcb');
2 changes: 1 addition & 1 deletion build/collapsibles/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapsibles/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/columns/index-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/columns/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'ca9ee5f4581e7fc40817');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '3ca98fae10f0fec127b0');
2 changes: 1 addition & 1 deletion build/columns/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7981333

Please sign in to comment.