fixup
This commit is contained in:
@@ -10,8 +10,6 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
TECHDOCS_CONTAINER_PATH: plugins/techdocs/mkdocs/container
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -22,19 +20,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Validate Docker Container
|
||||
- name: prepare docker build
|
||||
working-directory: ${env:TECHDOCS_CONTAINER_PATH}
|
||||
run: ls
|
||||
- name: verify docker build
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
repository: spotify/techdocs
|
||||
push: false
|
||||
|
||||
# Lint Python code for techdocs-core package
|
||||
- name: lint techdocs-core package
|
||||
working-directory: ${env:TECHDOCS_CONTAINER_PATH}/techdocs-core
|
||||
working-directory: ./plugins/techdocs/mkdocs/container/techdocs-core
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
python -m black --check src/
|
||||
|
||||
Reference in New Issue
Block a user