Skip to content

Commit

Permalink
Fix issues with CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Čupić committed Sep 24, 2024
1 parent a1bb12f commit 8728095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coding_standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: netgen-layouts/layouts-coding-standard
Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
->exclude(['vendor', 'node_modules'])
->in(__DIR__)
)
;
;

0 comments on commit 8728095

Please sign in to comment.