Skip to content

Commit 4bddab9

Browse files
committed
Look for lib remnants in hidden files
1 parent 2b8d6f8 commit 4bddab9

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.github/workflows/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .github/workflows/coding-standards.yml
99
- bin/**
1010
- composer.*
11-
- lib/**
11+
- src/**
1212
- phpcs.xml.dist
1313
- tests/**
1414
push:
@@ -18,7 +18,7 @@ on:
1818
- .github/workflows/coding-standards.yml
1919
- bin/**
2020
- composer.*
21-
- lib/**
21+
- src/**
2222
- phpcs.xml.dist
2323
- tests/**
2424

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .github/workflows/continuous-integration.yml
99
- ci/**
1010
- composer.*
11-
- lib/**
11+
- src/**
1212
- phpunit.xml.dist
1313
- tests/**
1414
push:
@@ -18,7 +18,7 @@ on:
1818
- .github/workflows/continuous-integration.yml
1919
- ci/**
2020
- composer.*
21-
- lib/**
21+
- src/**
2222
- phpunit.xml.dist
2323
- tests/**
2424

.github/workflows/phpbench.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- .github/workflows/phpbench.yml
1010
- composer.*
11-
- lib/**
11+
- src/**
1212
- phpbench.json
1313
- tests/**
1414
push:
@@ -17,7 +17,7 @@ on:
1717
paths:
1818
- .github/workflows/phpbench.yml
1919
- composer.*
20-
- lib/**
20+
- src/**
2121
- phpbench.json
2222
- tests/**
2323

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- .github/workflows/static-analysis.yml
99
- composer.*
10-
- lib/**
10+
- src/**
1111
- phpstan*
1212
- psalm*
1313
- tests/Doctrine/StaticAnalysis/**
@@ -17,7 +17,7 @@ on:
1717
paths:
1818
- .github/workflows/static-analysis.yml
1919
- composer.*
20-
- lib/**
20+
- src/**
2121
- phpstan*
2222
- psalm*
2323
- tests/Doctrine/StaticAnalysis/**

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ logs/
33
reports/
44
dist/
55
download/
6-
lib/api/
7-
lib/Doctrine/Common
8-
lib/Doctrine/DBAL
96
/.settings/
107
.buildpath
118
.project

0 commit comments

Comments
 (0)