Skip to content

Updated minimum version based on lint recommendation #18

Updated minimum version based on lint recommendation

Updated minimum version based on lint recommendation #18

Workflow file for this run

name:
on:
push:
# Sequence of patterns matched against tags
# Right now, we run this job automatically when a semantically versioned
# tag is pushed (with an optional suffix).
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
- name: Install ansible, ansible-lint, yamllint
run: pip3 install yamllint ansible ansible-lint
- name: Run ansible-lint
run: make ansible-lint
- name: Ansible Publish
uses: ansible/[email protected]
with:
api_key: ${{ secrets.ANSIBLE_API_KEY }}
src_path: /github/workspace/skupper/skupper