Skip to content

chore: make yamllint settings compatible with ansible-lint #5

chore: make yamllint settings compatible with ansible-lint

chore: make yamllint settings compatible with ansible-lint #5

Workflow file for this run

---
name: Ansible Galaxy release
on:
release:
types: [created, edited, published, released]
push:
tags:
- '*'
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: juju4.macos_apps_install
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
path: juju4.macos_apps_install
git_branch: main