Skip to content

Commit

Permalink
Don't need to install requirements here
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 8, 2024
1 parent d9680b2 commit 45c1c61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ 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

jinja2-lint:
name: Jinja2 Lint
runs-on: ubuntu-latest
env:
J2LINT_FILES_REGEX: '^templates/.+$'
J2LINT_FILES_REGEX: "^templates/.+$"
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 45c1c61

Please sign in to comment.