Skip to content

Use teuthology-kill command instead of teuthology.kill.main function #87

Use teuthology-kill command instead of teuthology.kill.main function

Use teuthology-kill command instead of teuthology.kill.main function #87

Workflow file for this run

name: Format code with Black
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"