Skip to content

Commit

Permalink
Create ansible-lint.yml
Browse files Browse the repository at this point in the history
添加ansible-lint
  • Loading branch information
ben-hua authored Nov 28, 2023
1 parent bbfdac4 commit 0b51f47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: ansible-lint
on: [push, pull_request]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'

0 comments on commit 0b51f47

Please sign in to comment.