-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the homepage, so the marketplace
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,14 @@ LABEL "com.github.actions.description"="Check spelling of files in repository" | |
LABEL "com.github.actions.icon"="clipboard" | ||
LABEL "com.github.actions.color"="green" | ||
LABEL "repository"="http://github.com/rojopolis/spellcheck-github-actions" | ||
LABEL "homepage"="http://github.com/actions" | ||
LABEL "homepage"="https://github.com/marketplace/actions/github-spellcheck-action" | ||
LABEL "maintainer"="rojopolis <[email protected]>" | ||
|
||
COPY entrypoint.sh /entrypoint.sh | ||
COPY requirements.txt /requirements.txt | ||
COPY constraint.txt /constraint.txt | ||
COPY spellcheck.yaml /spellcheck.yaml | ||
COPY pwc.py /pwc.py | ||
|
||
ENV PIP_CONSTRAINT=/constraint.txt | ||
RUN pip3 install -r /requirements.txt | ||
|