Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
* Enhance translation compatibility
  • Loading branch information
selul authored Jun 11, 2021
2 parents 3404f8d + c14b4a2 commit 6e3b64c
Show file tree
Hide file tree
Showing 10 changed files with 1,716 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-wporg-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
run:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, '[skip ci]')"
if: "! contains(github.event.head_commit.message, 'chore(release)')"
name: Push assets to wporg
steps:
- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"scripts": {
"lint": "phpcs",
"format": "phpcbf"
"lint": "phpcs --standard=phpcs.xml -v --report=summary vendor ",
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source -s "
},
"prefer-stable": true,
"config": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e3b64c

Please sign in to comment.