-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ran PHPStorms reformat code to make future PRs more readable
- Loading branch information
1 parent
55e77e6
commit 3e51d5a
Showing
163 changed files
with
18,213 additions
and
17,295 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: Deploy to WordPress.org | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
push: | ||
tags: | ||
- "*" | ||
jobs: | ||
tag: | ||
name: New tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Clone the repo | ||
- uses: actions/checkout@master | ||
# Prepare the release | ||
- run: ls | ||
- run: "composer install --no-dev" | ||
# Release to WordPress.org | ||
- name: WordPress Plugin Deploy | ||
id: deploy | ||
uses: 10up/[email protected] | ||
with: | ||
generate-zip: true | ||
env: | ||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | ||
SLUG: gathercontent-import | ||
tag: | ||
name: New tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Clone the repo | ||
- uses: actions/checkout@master | ||
# Prepare the release | ||
- run: ls | ||
- run: "composer install --no-dev" | ||
# Release to WordPress.org | ||
- name: WordPress Plugin Deploy | ||
id: deploy | ||
uses: 10up/[email protected] | ||
with: | ||
generate-zip: true | ||
env: | ||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | ||
SLUG: gathercontent-import |
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,25 +1,25 @@ | ||
{ | ||
"curly" : true, | ||
"eqeqeq" : true, | ||
"immed" : true, | ||
"latedef" : true, | ||
"newcap" : true, | ||
"noarg" : true, | ||
"sub" : true, | ||
"undef" : true, | ||
"boss" : true, | ||
"eqnull" : true, | ||
"validthis" : true, | ||
"curly": true, | ||
"eqeqeq": true, | ||
"immed": true, | ||
"latedef": true, | ||
"newcap": true, | ||
"noarg": true, | ||
"sub": true, | ||
"undef": true, | ||
"boss": true, | ||
"eqnull": true, | ||
"validthis": true, | ||
"globals": { | ||
"exports" : true, | ||
"module" : false, | ||
"console" : true, | ||
"require" : true, | ||
"document" : true, | ||
"jQuery" : true, | ||
"wp" : true, | ||
"Backbone" : true, | ||
"_" : true, | ||
"window" : true | ||
"exports": true, | ||
"module": false, | ||
"console": true, | ||
"require": true, | ||
"document": true, | ||
"jQuery": true, | ||
"wp": true, | ||
"Backbone": true, | ||
"_": true, | ||
"window": true | ||
} | ||
} |
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.