-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f319e3
commit def4f56
Showing
4 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ FROM python:3 | |
|
||
LABEL "com.github.actions.name"="yapf-formatter" | ||
LABEL "com.github.actions.description"="Run YAPF formatter for Python codes." | ||
|
||
LABEL "com.github.actions.icon"="check-circle" | ||
LABEL "com.github.actions.color"="gray-dark" | ||
LABEL "repository"="https://github.com/diegovalenzuelaiturra/yapf-action.git" | ||
LABEL "homepage"="https://github.com/diegovalenzuelaiturra/yapf-action" | ||
LABEL "maintainer"="Diego Valenzuela Iturra <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters