Skip to content

Commit

Permalink
Merge branch 'main' into test-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui authored Aug 16, 2024
2 parents 25c31a8 + 1572bdc commit 4e4c3db
Show file tree
Hide file tree
Showing 2 changed files with 8,966 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/reusable-coding-standards-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@
##
name: PHP coding standards

# on:
# workflow_call:
# inputs:
# php-version:
# description: 'The PHP version to use.'
# required: false
# type: 'string'
# default: 'latest'
on:
workflow_call:

jobs:
phpcs:
name: Run coding standards checks
runs-on: ubuntu-latest

strategy:
Expand All @@ -24,7 +17,7 @@ jobs:
permissions:
contents: read

name: PHP ${{ matrix.php-versions }}
name: Run coding standards checks on ${{ matrix.php-versions }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 4e4c3db

Please sign in to comment.