Skip to content

Commit

Permalink
fix: use LF in end file
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Jul 30, 2024
1 parent b88da17 commit 1a52b7f
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/test-phpcpd.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# When a PR is opened or a push is made, check code
# for duplication with PHP Copy/Paste Detector.
name: PHPCPD

on:
pull_request:
branches:
- develop
- '4.*'
paths:
- 'app/**.php'
- 'public/**.php'
- 'system/**.php'
- '.github/workflows/test-phpcpd.yml'
push:
branches:
- 'develop'
- '4.*'
paths:
- 'app/**.php'
- 'public/**.php'
- 'system/**.php'
- '.github/workflows/test-phpcpd.yml'

jobs:
phpcpd:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
with:
dirs: "app/ public/ system/"
# When a PR is opened or a push is made, check code
# for duplication with PHP Copy/Paste Detector.
name: PHPCPD

on:
pull_request:
branches:
- develop
- '4.*'
paths:
- 'app/**.php'
- 'public/**.php'
- 'system/**.php'
- '.github/workflows/test-phpcpd.yml'
push:
branches:
- 'develop'
- '4.*'
paths:
- 'app/**.php'
- 'public/**.php'
- 'system/**.php'
- '.github/workflows/test-phpcpd.yml'

jobs:
phpcpd:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
with:
dirs: "app/ public/ system/"
options: "--exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/MySQLi/Builder.php --exclude system/Database/OCI8/Builder.php --exclude system/Database/Postgre/Builder.php --exclude system/Debug/Exceptions.php --exclude system/HTTP/SiteURI.php --exclude system/Validation/Rules.php --exclude system/Autoloader/Autoloader.php --exclude system/Config/Filters.php"

0 comments on commit 1a52b7f

Please sign in to comment.