Skip to content

Commit 04388b9

Browse files
committed
Remove comment about lib
Most if not all packages have been migrated to src.
1 parent d29f373 commit 04388b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

workflow-templates/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- ".github/workflows/coding-standards.yml"
1010
- "composer.*"
11-
- "src/**" # but some packages use lib
11+
- "src/**"
1212
- "phpcs.xml.dist"
1313
- "tests/**"
1414
push:
@@ -17,7 +17,7 @@ on:
1717
paths:
1818
- ".github/workflows/coding-standards.yml"
1919
- "composer.*"
20-
- "src/**" # but some packages use lib
20+
- "src/**"
2121
- "phpcs.xml.dist"
2222
- "tests/**"
2323

workflow-templates/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- ".github/workflows/continuous-integration.yml"
99
- "composer.*"
10-
- "src/**" # but some packages use lib
10+
- "src/**"
1111
- "phpunit.xml.dist"
1212
- "tests/**"
1313
push:
@@ -16,7 +16,7 @@ on:
1616
paths:
1717
- ".github/workflows/continuous-integration.yml"
1818
- "composer.*"
19-
- "src/**" # but some packages use lib
19+
- "src/**"
2020
- "phpunit.xml.dist"
2121
- "tests/**"
2222

workflow-templates/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- ".github/workflows/static-analysis.yml"
1010
- "composer.*"
11-
- "src/**" # but some packages use lib
11+
- "src/**"
1212
- "phpstan*"
1313
- "psalm*"
1414
- "tests/**"
@@ -18,7 +18,7 @@ on:
1818
paths:
1919
- ".github/workflows/static-analysis.yml"
2020
- "composer.*"
21-
- "src/**" # but some packages use lib
21+
- "src/**"
2222
- "phpstan*"
2323
- "psalm*"
2424
- "tests/**"

0 commit comments

Comments
 (0)