We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maus007/docker-run-action-fork@v1
1 parent f334a37 commit 09f2baaCopy full SHA for 09f2baa
.github/workflows/build.yaml
@@ -17,14 +17,14 @@ jobs:
17
# TODO: this will fail because the code doesnt pass the lint checks yet.
18
# Fix the errors and re-enable linters
19
#- name: Lint
20
- # uses: addnab/docker-run-action@v3
+ # uses: maus007/docker-run-action-fork@v1
21
# id: lint
22
# with:
23
# image: pycon:latest
24
# run: make ci/lint
25
26
- name: Run tests
27
- uses: addnab/docker-run-action@v3
+ uses: maus007/docker-run-action-fork@v1
28
id: test
29
with:
30
image: pycon:latest
0 commit comments