Skip to content

Fix bug introduced by new graceful_termination_probability config key #83

Fix bug introduced by new graceful_termination_probability config key

Fix bug introduced by new graceful_termination_probability config key #83

Workflow file for this run

name: pylint
on: [pull_request]
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('./Pipfile.lock') }}
- name: Install dependencies
uses: VaultVulp/[email protected]
with:
command: sync --dev
- name: Run pylint
uses: VaultVulp/[email protected]
with:
command: run pylint