File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 42
42
fail-fast : false
43
43
steps :
44
44
- uses : actions/checkout@v4
45
+
45
46
- run : |
46
47
docker network create frontend
48
+
49
+ - run : |
47
50
docker compose run --rm phpfpm composer validate --strict
48
51
49
52
composer-normalized :
52
55
fail-fast : false
53
56
steps :
54
57
- uses : actions/checkout@v4
58
+
55
59
- run : |
56
60
docker network create frontend
61
+
62
+ - run : |
57
63
docker compose run --rm phpfpm composer install
58
64
docker compose run --rm phpfpm composer normalize --dry-run
59
65
63
69
fail-fast : false
64
70
steps :
65
71
- uses : actions/checkout@v4
72
+
66
73
- run : |
67
74
docker network create frontend
75
+
76
+ - run : |
68
77
docker compose run --rm phpfpm composer audit
Original file line number Diff line number Diff line change 49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- uses : actions/checkout@v4
52
+
52
53
- run : |
53
54
docker network create frontend
55
+
56
+ - run : |
54
57
docker compose run --rm phpfpm composer install
55
58
docker compose run --rm phpfpm vendor/bin/phpcs
Original file line number Diff line number Diff line change 49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- uses : actions/checkout@v4
52
+
52
53
- run : |
53
54
docker network create frontend
55
+
56
+ - run : |
54
57
docker compose run --rm phpfpm composer install
55
58
docker compose run --rm phpfpm vendor/bin/phpcs
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v4
37
37
38
+ - run : |
39
+ docker network create frontend
40
+
38
41
- name : Start docker and install dependencies
39
42
run : |
40
- docker network create frontend
41
43
docker compose pull
42
44
docker compose up --detach
43
45
71
73
with :
72
74
ref : ${{ github.base_ref }}
73
75
76
+ - run : |
77
+ docker network create frontend
78
+
74
79
- name : Start docker and install dependencies
75
80
run : |
76
- docker network create frontend
77
81
docker compose pull
78
82
docker compose up --detach
79
83
@@ -111,7 +115,6 @@ jobs:
111
115
112
116
- name : Start docker and install dependencies
113
117
run : |
114
- docker network create frontend || true
115
118
docker compose pull
116
119
docker compose up --detach
117
120
Original file line number Diff line number Diff line change 49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- uses : actions/checkout@v4
52
+
52
53
- run : |
53
54
docker network create frontend
55
+
56
+ - run : |
54
57
docker compose run --rm phpfpm composer install
55
58
# https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/usage.rst#the-check-command
56
59
docker compose run --rm phpfpm vendor/bin/php-cs-fixer fix --dry-run --diff
Original file line number Diff line number Diff line change 44
44
45
45
- run : |
46
46
docker network create frontend
47
+
48
+ - run : |
47
49
docker compose run --rm phpfpm composer install
48
50
docker compose run --rm phpfpm vendor/bin/twig-cs-fixer lint
You can’t perform that action at this time.
0 commit comments