File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 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"
6
6
LABEL "com.github.actions.icon" ="clipboard"
7
7
LABEL "com.github.actions.color" ="green"
8
8
LABEL "repository" ="http://github.com/rojopolis/spellcheck-github-actions"
9
- LABEL "homepage" ="http ://github.com/actions"
9
+ LABEL "homepage" ="https ://github.com/marketplace/ actions/github-spellcheck-action "
10
10
LABEL "maintainer" =
"rojopolis <[email protected] >"
11
11
12
12
COPY entrypoint.sh /entrypoint.sh
13
13
COPY requirements.txt /requirements.txt
14
14
COPY constraint.txt /constraint.txt
15
15
COPY spellcheck.yaml /spellcheck.yaml
16
+ COPY pwc.py /pwc.py
16
17
17
18
ENV PIP_CONSTRAINT=/constraint.txt
18
19
RUN pip3 install -r /requirements.txt
You can’t perform that action at this time.
0 commit comments