Skip to content

Commit

Permalink
Merge pull request #4 from JohanWork/nikenano/TestBranch
Browse files Browse the repository at this point in the history
New test branch
  • Loading branch information
NikeNano authored Apr 11, 2021
2 parents ccac246 + 7a9b6d2 commit 22ce8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: checkout files in repo
uses: actions/checkout@master
- name: Check broken links
uses: JohanWork/[email protected].2
uses: JohanWork/[email protected].3
with:
file-types: '.md'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-alpine

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
RUN pip install url-test==0.0.3.3
RUN pip install url-test
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 22ce8fe

Please sign in to comment.