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 Jul 1, 2023
1 parent 9fc4a4c commit 4284d1e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is for unifying the coding style for different editors and IDEs.
# It is based on https://core.trac.wordpress.org/browser/trunk/.editorconfig.
# This file is for unifying the coding style for different editors and IDEs
# 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
Expand All @@ -14,7 +14,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

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

Expand Down
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 4284d1e

Please sign in to comment.