adding i3wm support again #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Ansible Lint check | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Ansible Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'checkout git repo' | |
uses: actions/checkout@v3.5.3 | |
with: | |
lfs: true | |
submodules: true | |
fetch-depth: 0 | |
- name: 'Lint Ansible Playbook' | |
uses: ansible/ansible-lint-action@v6.17.0 | |
with: | |
path: "site.yml" |