Skip to content

Ansible Core version bump up to 2.14.0 #1173

Ansible Core version bump up to 2.14.0

Ansible Core version bump up to 2.14.0 #1173

Workflow file for this run

name: Flake8
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run Flake8
run: |
pip install -r requirements.txt
flake8