Skip to content

test coverage and docs #63

test coverage and docs

test coverage and docs #63

Workflow file for this run

name: push
on:
push:
branches-ignore:
- 'refs/tags/v'
jobs:
build_docs:
uses: openweathermap/deker-actions/.github/workflows/docs_build.yml@master

Check failure on line 10 in .github/workflows/on_push.yml

View workflow run for this annotation

GitHub Actions / push

Invalid workflow file

The workflow is not valid. .github/workflows/on_push.yml (Line: 10, Col: 11): Input python-version is required, but not provided while calling.
checks:
uses: openweathermap/deker-actions/.github/workflows/checks.yml@master
with:
package-name: ${{ vars.PACKAGE_NAME }}
python-version: '3.9'
min-coverage: 96