Skip to content

Dev #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Dev #157

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'build-test'
on:
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
Loading