Skip to content

Commit

Permalink
ci: migrated ansible lint actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 16, 2024
1 parent dbebbed commit dcd8015
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ansible-lint.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
uses: chartboost/ruff-action@v1
with:
src: ${{ steps.changed-files.outputs.all_changed_files }}
ansible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit dcd8015

Please sign in to comment.