mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-22 15:29:22 +00:00
Initial commit
This commit is contained in:
17
.github/workflows/lint-pulls.yaml
vendored
Normal file
17
.github/workflows/lint-pulls.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Lint Pull Requests
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Lint Ansible Playbook
|
||||
uses: ansible/ansible-lint-action@main
|
||||
with:
|
||||
override-deps : |
|
||||
ansible-lint==5.3.2
|
||||
targets: |
|
||||
main.yaml
|
||||
args: "-p --parseable-severity"
|
||||
Reference in New Issue
Block a user