File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 4545 composer validate composer.json
4646 - name : Check composer file is normalized
4747 run : |
48+ composer install --no-interaction --no-progress
4849 composer normalize composer.json --dry-run
4950
5051 phpcs :
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+ - [ PR-353] ( https://github.com/itk-dev/os2loop/pull/353 ) :
12+ Security update
1113- [ PR-352] ( https://github.com/itk-dev/os2loop/pull/352 ) :
1214 Fix spacing
1315- [ PR-351] ( https://github.com/itk-dev/os2loop/pull/351 ) :
Original file line number Diff line number Diff line change @@ -187,20 +187,6 @@ act -P ubuntu-latest=shivammathur/node:focal pull_request
187187
188188(cf. < https://github.com/shivammathur/setup-php#local-testing-setup > ).
189189
190- ### Twigcs
191-
192- To run only twigcs:
193-
194- ``` sh
195- docker compose exec phpfpm composer coding-standards-check/twigcs
196- ```
197-
198- But this is also a part of
199-
200- ``` sh
201- docker compose exec phpfpm composer coding-standards-check
202- ```
203-
204190## Build theme assets
205191
206192See
You can’t perform that action at this time.
0 commit comments