Skip to content

A role for the roc sink module for pulseaudio. #12

A role for the roc sink module for pulseaudio.

A role for the roc sink module for pulseaudio. #12

Workflow file for this run

---
name: Lint Yaml
on: [pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install linters
run: sudo apt update && sudo apt install ansible-lint -y --no-install-recommends
- name: Setup ansible-lint and yamllint
run: pip install ansible-lint yamllint
- name: Run yamllint
run: yamllint .
- name: Run ansible-lint
run: ansible-lint roles/