Skip to content

Commit

Permalink
Dependabot, Ansible-Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Jan 30, 2024
1 parent c4edab8 commit d39d183
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
17 changes: 17 additions & 0 deletions .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ansible-lint
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Run ansible-lint.'
uses: ansible/ansible-lint@24ac1cdb1ae30a273a844ac869fadd8d7b544ef5 # v6.22.2

0 comments on commit d39d183

Please sign in to comment.