Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelamberty committed Aug 31, 2023
1 parent 46f21e9 commit fd8f681
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
push:
branches:
- "master"
- "develop/**"
- "releases/**"
- "features/**"
pull_request:
branches: ["master", "staging"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Run ansible-lint
uses: ansible/ansible-lint@main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xraspios Infrastructure as Code

Ansible management for my Raspberry Pi
Ansible management for my Raspberry Pis.

## Features

Expand Down

0 comments on commit fd8f681

Please sign in to comment.