This commit is contained in:
Bilawal Hameed
2020-06-24 13:45:04 +02:00
parent 48076c862e
commit 8273fc0405
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
# Validate Docker Container
- name: prepare docker build
working-directory: ${{ runner.temp }}
working-directory: /plugins/techdocs/mkdocs/container
run: ls
- name: verify docker build
uses: docker/build-push-action@v1
@@ -32,7 +32,7 @@ jobs:
# Lint Python code for techdocs-core package
- name: lint techdocs-core package
working-directory: ${{ runner.temp }}/plugins/techdocs/mkdocs/container/techdocs-core
working-directory: /plugins/techdocs/mkdocs/container/techdocs-core
run: |
pip install -r requirements.txt
python -m black --check src/