Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Upgrade (0.1.2 -> 0.2.0) #15

Upgrade (0.1.2 -> 0.2.0)

Upgrade (0.1.2 -> 0.2.0) #15

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run yamllint
uses: frenck/action-yamllint@v1.4.0
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@v6.11.0
with:
path: roles/custom