Skip to content

Commit

Permalink
1322: Cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed May 15, 2024
1 parent eec413c commit 3223ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
composer validate composer.json
- name: Check composer file is normalized
run: |
composer install --no-interaction --no-progress
composer normalize composer.json --dry-run
phpcs:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- [PR-353](https://github.com/itk-dev/os2loop/pull/353):
Security update
- [PR-352](https://github.com/itk-dev/os2loop/pull/352):
Fix spacing
- [PR-351](https://github.com/itk-dev/os2loop/pull/351):
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,6 @@ act -P ubuntu-latest=shivammathur/node:focal pull_request

(cf. <https://github.com/shivammathur/setup-php#local-testing-setup>).

### Twigcs

To run only twigcs:

```sh
docker compose exec phpfpm composer coding-standards-check/twigcs
```

But this is also a part of

```sh
docker compose exec phpfpm composer coding-standards-check
```

## Build theme assets

See
Expand Down

0 comments on commit 3223ff0

Please sign in to comment.