Skip to content

Commit

Permalink
Add cache mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 23, 2024
1 parent c1f1d4d commit 54f8b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: /home/runner/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ansible-hayaworld-pip-cache

- name: Run Ansible-lint
uses: ansible/ansible-lint@main
Expand All @@ -35,4 +35,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: /home/runner/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ansible-hayaworld-pip-cache

0 comments on commit 54f8b60

Please sign in to comment.