Skip to content

DOCS-1318: Document DoCommand for Power Sensor #357

DOCS-1318: Document DoCommand for Power Sensor

DOCS-1318: Document DoCommand for Power Sensor #357

Workflow file for this run

name: Check Python SDK method coverage
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:

Check failure on line 10 in .github/workflows/check-methods.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-methods.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
python-methods:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout Push/Workflow Dispatch
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install beautifulsoup4 markdownify
- name: "Check Python SDK method coverage"
run: python3 .github/workflows/check_python_methods.py