Skip to content

Commit

Permalink
Add action files to root of project
Browse files Browse the repository at this point in the history
  • Loading branch information
ctp27 committed Jun 11, 2020
1 parent 021a8fc commit 71d286a
Show file tree
Hide file tree
Showing 9 changed files with 324 additions and 246 deletions.
141 changes: 0 additions & 141 deletions .github/actions/action-gtranslate/gtranslate.py

This file was deleted.

69 changes: 0 additions & 69 deletions .github/actions/action-gtranslate/lib.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .github/actions/action-gtranslate/translate-strings.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/pull_request.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/actions/action-gtranslate/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10

LABEL "com.github.actions.name"="Strings translater"
LABEL "com.github.actions.description"="Formats Java code using Google Java Format"
LABEL "com.github.actions.description"="Translates strings using Google Translate API"
LABEL "com.github.actions.icon"="mic"
LABEL "com.github.actions.color"="green"

Expand All @@ -23,5 +23,4 @@ RUN pip3 install requests
COPY translate-strings.sh /
COPY lib.sh /
COPY gtranslate.py /
COPY translation-config.properties /
ENTRYPOINT ["/translate-strings.sh"]
File renamed without changes.
Loading

0 comments on commit 71d286a

Please sign in to comment.