add ansible-lint; cleanup yamllint

pull/1939/head
Aine 2 years ago
parent 140cdf0bc4
commit c0ad515920
No known key found for this signature in database
GPG Key ID: 34969C908CCA2804

@ -7,10 +7,18 @@ on: # yamllint disable-line rule:truthy
jobs:
yamllint:
name: 🧹 yamllint
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
- name: Check out
uses: actions/checkout@v3
- name: 🚀 Run yamllint
- name: Run yamllint
uses: frenck/action-yamllint@v1.2.0
ansible-lint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main

Loading…
Cancel
Save