Skip to content

Commit

Permalink
Fix errors (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Aug 16, 2024
1 parent 5d515de commit 42bb1b2
Show file tree
Hide file tree
Showing 2 changed files with 8,964 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-coding-standards-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ name: PHP coding standards

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

strategy:
Expand All @@ -24,7 +23,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 42bb1b2

Please sign in to comment.