Ansible/.gitea/workflows/lint.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!str `ansible...` into model.Step

10 lines
190 B
YAML

name: Lint ansible
run-name: ${{ gitea.actor }} running ansible linter
on: [push]
jobs:
lint:
runs-on: pipelinecomponents/ansible-lint
steps:
- ansible-lint --show-relpath