Skip to content

Commit

Permalink
Merge pull request #6 from JohanWork/nikenano/TestV3
Browse files Browse the repository at this point in the history
here we go again
  • Loading branch information
NikeNano authored Apr 11, 2021
2 parents 3591631 + 23e621a commit 5b3e7f0
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/url-test-github-action@v1.0.4
uses: JohanWork/url-test-github-action@v1.0.5
with:
file-types: '.md'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM python:3.7-alpine
RUN apk add build-base
# 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 pyyaml regex PyYAML
RUN pip install url-test pyyaml regex PyYAML requests
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 5b3e7f0

Please sign in to comment.