Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Dec 29, 2023
1 parent d3eea88 commit 268a2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Run yamllint
uses: reviewdog/action-yamllint@v1
workdir: ansible
with:
fail_on_error: true

Expand All @@ -47,7 +46,8 @@ jobs:
- ubuntu2204

defaults:
working-directory: ansible
run:
working-directory: ansible

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 268a2f8

Please sign in to comment.