-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Libs 8.0.0 release (#397) * updating release 8.0.0 initial changes * adding assets static cache helpers * fixing cli for config commands * adding event better and faster caching for blocks * adding better errors for store trait * fixing typo * updating new wrapper and block render methods * fixing getFullPath method with an alternative path * adding fixes for wrong file name (#399) * Feature/cli (#403) * Major updates on WP-CLI and setup * fixes * fixes * adding fixes for loading assets (#404) * adding fixes for blocks limit * adding additional options for caching * adding additional options for caching (#405) * release
- Loading branch information
Showing
372 changed files
with
5,061 additions
and
14,188 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Continuous Integration | ||
|
||
on: | ||
push: | ||
branches: | ||
- "develop" | ||
- "main" | ||
paths-ignore: | ||
- "**.md" | ||
pull_request: | ||
paths-ignore: | ||
- "**.md" | ||
|
||
concurrency: | ||
group: "${{ github.workflow }}-${{ github.ref }}" | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
phpstan: | ||
name: PHP static code analysis using PHP - ${{ matrix.php }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: [ '8.2', '8.3' ] | ||
steps: | ||
- name: PHP Static code analysis | ||
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint-php-static@main | ||
with: | ||
PHP_VERSION: ${{ matrix.php }} | ||
PROJECT_PATH: '' | ||
|
||
phpcs: | ||
name: PHP check coding standards using PHP - ${{ matrix.php }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: [ '8.2', '8.3' ] | ||
steps: | ||
- name: PHP check coding standards | ||
uses: infinum/eightshift-deploy-actions-public/.github/actions/lint-php@main | ||
with: | ||
PHP_VERSION: ${{ matrix.php }} | ||
PROJECT_PATH: '' |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Binary file not shown.
Oops, something went wrong.