Skip to content

Commit

Permalink
Merge pull request #426 from ergebnis/fix/action
Browse files Browse the repository at this point in the history
Fix: Do not advertise archived action
  • Loading branch information
localheinz authored May 1, 2020
2 parents 3c4e930 + 0c07cc8 commit d0faf54
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/box.json export-ignore
/composer-require-checker.json export-ignore
/Makefile export-ignore
/phive.xml export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon export-ignore
/psalm-baseline.xml export-ignore
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ jobs:
working-directory: "tools/"

- name: "Run ergebnis/composer-normalize"
uses: "docker://localheinz/composer-normalize-action:0.5.2"
with:
args: "--dry-run"
run: "tools/composer-normalize --dry-run"

- name: "Create cache directory for friendsofphp/php-cs-fixer"
run: "mkdir -p .build/php-cs-fixer"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ vendor: composer.json composer.lock tools/composer.json tools/composer.lock
composer validate --strict
composer install --no-interaction --no-progress --no-suggest
composer install --no-interaction --no-progress --no-suggest --working-dir=tools
docker run --interactive --rm --tty --workdir=/app --volume ${PWD}:/app localheinz/composer-normalize-action:0.5.2
tools/composer-normalize
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,6 @@ This package is licensed using the MIT License.

Please have a look at [`LICENSE.md`](LICENSE.md).

## GitHub Action

`ergebnis/composer-normalize` is also available as a [GitHub Action](https://github.com/features/actions) on the [GitHub Marketplace](https://github.com/marketplace), see [`composer-normalize-action`](https://github.com/marketplace/actions/composer-normalize-action) as well as the corresponding repository [`ergebnis/composer-normalize-action`](https://github.com/ergebnis/composer-normalize-action).

## Services

`ergebnis/composer-normalize` is currently in use by [FlintCI](https://flintci.io), see https://flintci.io/docs#composernormalize.
4 changes: 4 additions & 0 deletions phive.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.1.2" installed="2.1.2" location="./tools/composer-normalize" copy="true"/>
</phive>
Binary file added tools/composer-normalize
Binary file not shown.

0 comments on commit d0faf54

Please sign in to comment.