diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bb6b9c..9aad036 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install dependencies - run: pip3 install -r requirements.txt - name: Lint ansible uses: wandansible/action-ansible-lint@v1 @@ -24,7 +22,7 @@ jobs: name: Jinja2 Lint runs-on: ubuntu-latest env: - J2LINT_FILES_REGEX: '^templates/.+$' + J2LINT_FILES_REGEX: "^templates/.+$" steps: - name: Checkout repo uses: actions/checkout@v4