Skip to content

Commit

Permalink
Workflow php (#95)
Browse files Browse the repository at this point in the history
* Fix errors

* Add PHP workflow
  • Loading branch information
samiahmedsiddiqui authored Aug 16, 2024
1 parent 42bb1b2 commit 1572bdc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/reusable-coding-standards-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
##
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:
Expand Down

0 comments on commit 1572bdc

Please sign in to comment.