Skip to content

common: address linting issues #656

common: address linting issues

common: address linting issues #656

Workflow file for this run

name: ansible-lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: x64
- run: pip install tox
- run: tox -v -r -e linter