Skip to content

Commit 3223ff0

Browse files
committed
1322: Cleaned up
1 parent eec413c commit 3223ff0

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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):

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

206192
See

0 commit comments

Comments
 (0)