Skip to content

update docs about steps to publish new version #41

update docs about steps to publish new version

update docs about steps to publish new version #41

Workflow file for this run

name: ci
on:
pull_request: {}
push:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: ansible --version
- run: ansible-playbook --syntax-check ./tests/test.yml -i ./tests/hosts
- run: ./tests/run