Skip to content

Commit

Permalink
Merge pull request #8 from rtdip/develop
Browse files Browse the repository at this point in the history
Fix to Mkdocs package (#7)
  • Loading branch information
GBBBAS authored Nov 1, 2022
2 parents bcef9ad + fd25f8b commit 8dd29c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
run: |
twine upload --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} --verbose dist/*
push_to_registries:
name: Push Docker image to multiple registries
job_push_to_registries:
needs: job_build_python_whl
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: |
sed -i "s/<source>\/home\/runner\/work\/core\/core<\/source>/<source>\/github\/workspace<\/source>/g" /home/runner/work/core/core/coverage-reports/coverage-unittests.xml
- name: Mkdocs Test
run: |
mkdocs build --strict
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
Expand Down
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- databricks-sql-connector==2.1.0
- azure-identity==1.11.0
- pyodbc==4.0.34
- mkdocstrings==0.19.0
- mkdocstrings[python]>=0.19.0
- fastapi==0.85.1
- pygments>=2.10,<2.12
- pymdown-extensions<9.3
Expand Down

0 comments on commit 8dd29c3

Please sign in to comment.