Skip to content

Commit

Permalink
Update file(s) from Automattic/wpvip-plugins-.github
Browse files Browse the repository at this point in the history
  • Loading branch information
wpvip-plugins-bot committed Aug 20, 2023
1 parent 68f0a8f commit 92f003a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# It is based on https://core.trac.wordpress.org/browser/trunk/.editorconfig
# See https://editorconfig.org for more information about the standard.

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/
Expand All @@ -13,12 +14,12 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
[{*.yml,*.feature}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[{*.txt,wp-config-sample.php}]
[*.txt]
end_of_line = crlf
27 changes: 27 additions & 0 deletions .github/workflows/behat-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Behat Testing

on:
push:
paths:
- '.github/workflows/behat-test.yml'
- '**.php'
- '**.feature'
- 'behat.yml'
- 'composer.json'
pull_request:
paths:
- '.github/workflows/behat-test.yml'
- '**.php'
- '**.feature'
- 'behat.yml'
- 'composer.json'
types:
- opened
- reopened
- synchronize

workflow_dispatch:

jobs:
behat:
uses: automattic/wpvip-plugins-.github/.github/workflows/reusable-behat-test.yml@trunk

0 comments on commit 92f003a

Please sign in to comment.