Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/approved-with-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
labelWhenApproved:
name: Label when approved
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Label when approved
uses: pullreminders/label-when-approved-action@09b41ee798957cb258b29e12f7619bf18d229109 #v1.0.7
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
Setup:
name: Setup for Jobs
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
Expand All @@ -26,6 +27,7 @@ jobs:
name: Lint JavaScript
needs: Setup
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
- name: Cache node modules
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
name: Lint CSS
needs: Setup
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
- name: Cache node modules
Expand All @@ -84,6 +87,7 @@ jobs:
name: Validate Build
needs: Setup
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
- name: Cache node modules
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
phpcs:
name: PHP coding standards
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
phpunit:
name: PHP Unit Tests (WP ${{ matrix.wordpress.name }})
runs-on: ubuntu-22.04
timeout-minutes: 10
strategy:
matrix:
wordpress:
Expand Down
Loading