Skip to content

Becoming steam fails if installing as regular user and setfacl is mis… #78

Becoming steam fails if installing as regular user and setfacl is mis…

Becoming steam fails if installing as regular user and setfacl is mis… #78

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- master
pull_request:
branches: []
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Obtain sources
uses: actions/checkout@v3
- name: Lint sources
run: >
podman run --rm -v ${{ github.workspace }}:/repo bviktor/ansible-systemd-lint:latest /bin/bash -c
"git config --global --add safe.directory /repo &&
yamllint --strict . &&
ansible-lint --strict"