-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from brainstormforce/classic-editor-option-uns…
…aved Version 1.1.2
- Loading branch information
Showing
7 changed files
with
39 additions
and
22 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,20 @@ | ||
name: PHPCS check | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
phpcs: | ||
name: PHPCS | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Install dependencies | ||
run: composer install --dev --prefer-dist --no-progress --no-suggest | ||
|
||
- name: PHPCS check | ||
uses: chekalsky/phpcs-action@v1 | ||
with: | ||
enable_warnings: true | ||
phpcs_bin_path: './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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | ||
"wp-coding-standards/wpcs": "dev-master", | ||
"phpcompatibility/phpcompatibility-wp": "*" | ||
}, | ||
"require": { | ||
} | ||
"name": "brainstormforce/unlist-posts", | ||
"description": "Unlist Posts from displaying anywhere on the site, only access the post with a direct link.", | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | ||
"phpcompatibility/phpcompatibility-wp": "*", | ||
"wp-coding-standards/wpcs": "^2" | ||
}, | ||
"require": {} | ||
} |
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