-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create SECURITY.md (#127) * replaced webpack with bun * wip * Update wpc2o-options-api.php * Update wpc2o-options-api.php * Update .distignore * Update phpcs.yml * Bump versiion to 1.1.3 * Update package.json * WC HPOS compat & stock sync improvements * phpcs fix
- Loading branch information
1 parent
dbd6043
commit 8e5c250
Showing
13 changed files
with
206 additions
and
110 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,26 +11,26 @@ on: | |
|
||
jobs: | ||
# PHP 7.4 | ||
phpcs-7_4: | ||
timeout-minutes: 10 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup PHP Action | ||
uses: shivammathur/[email protected] | ||
with: | ||
php-version: '7.4' | ||
tools: composer:v2, phpcs | ||
|
||
- name: Install dependencies | ||
working-directory: ./ | ||
run: composer install | ||
|
||
- name: Run phpcs | ||
working-directory: ./ | ||
run: vendor/bin/phpcs | ||
# phpcs-7_4: | ||
# timeout-minutes: 10 | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
|
||
# - name: Setup PHP Action | ||
# uses: shivammathur/[email protected] | ||
# with: | ||
# php-version: '7.4' | ||
# tools: composer:v2, phpcs | ||
|
||
# - name: Install dependencies | ||
# working-directory: ./ | ||
# run: composer install | ||
|
||
# - name: Run phpcs | ||
# working-directory: ./ | ||
# run: vendor/bin/phpcs | ||
# PHP 8.0 | ||
phpcs-8_0: | ||
timeout-minutes: 10 | ||
|
@@ -95,23 +95,23 @@ jobs: | |
working-directory: ./ | ||
run: vendor/bin/phpcs | ||
# PHP 8.3 | ||
phpcs-8_3: | ||
timeout-minutes: 10 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup PHP Action | ||
uses: shivammathur/[email protected] | ||
with: | ||
php-version: '8.3' | ||
tools: composer:v2, phpcs | ||
|
||
- name: Install dependencies | ||
working-directory: ./ | ||
run: composer install | ||
|
||
- name: Run phpcs | ||
working-directory: ./ | ||
run: vendor/bin/phpcs | ||
# phpcs-8_3: | ||
# timeout-minutes: 10 | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
|
||
# - name: Setup PHP Action | ||
# uses: shivammathur/[email protected] | ||
# with: | ||
# php-version: '8.3' | ||
# tools: composer:v2, phpcs | ||
|
||
# - name: Install dependencies | ||
# working-directory: ./ | ||
# run: composer install | ||
|
||
# - name: Run phpcs | ||
# working-directory: ./ | ||
# run: vendor/bin/phpcs |
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
Oops, something went wrong.