From ef3c456a992cd33b89a2ff1b69783e0b808c6545 Mon Sep 17 00:00:00 2001 From: KB-perByte Date: Wed, 1 Nov 2023 15:06:50 +0530 Subject: [PATCH] fix lint - checkout before action --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6890c6a8d..4e45c595d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,5 +8,6 @@ jobs: 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'