Skip to content

Upgrade ansible

Upgrade ansible #95

Workflow file for this run

---
name: "linter"
'on':
pull_request:
jobs:
tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build tox container
run: |
docker build -f tests/tox/Dockerfile -t tox:01 .
- name: run tox container
run: |
docker run tox:01