Skip to content

Commit ec5844a

Browse files
committed
Cleaned up
1 parent 2c66ad6 commit ec5844a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/pr.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
composer validate --strict composer.json
5050
# Check that dependencies resolve.
5151
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
52-
- name: Check that composer file is normalized
53-
run: |
54-
composer normalize --dry-run
5552
5653
test-composer-normalized:
5754
name: Check that composer.json is normalized

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11-
* [PR-1](https://github.com/itk-dev/os2forms_get_organized/pull/1)
12-
Added support for os2web_key
11+
* [PR-14](https://github.com/OS2Forms/os2forms_get_organized/pull/14)
12+
Added support for [Key](https://www.drupal.org/project/key)
1313
* [PR-22](https://github.com/OS2Forms/os2forms_get_organized/pull/22)
1414
Normalized `composer.json`
1515

0 commit comments

Comments
 (0)