Skip to content

Commit

Permalink
Merge pull request #42 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Added `symfony/thanks`
  • Loading branch information
Andrey Helldar committed Feb 12, 2022
2 parents c1a5bf8 + 6a07446 commit 688ea44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,9 @@ ARG INPUT_GITHUB_TOKEN
ARG INPUT_EDITORCONFIG
ARG INPUT_DEPENDABOT

RUN composer global require dragon-code/codestyler
RUN composer global require \
dragon-code/codestyler \
symfony/thanks

COPY shell /shell
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Expand Up @@ -9,3 +9,5 @@ source /shell/editorconfig.sh
source /shell/dependabot.sh

source /shell/push.sh

source /shell/thanks.sh
7 changes: 7 additions & 0 deletions shell/thanks.sh
@@ -0,0 +1,7 @@
#!/bin/sh -l

composer global thanks

if [ -f "./composer.json" ]; then
composer thanks
fi

0 comments on commit 688ea44

Please sign in to comment.