Skip to content

Commit

Permalink
Merge pull request #38 from Rosa-Luxemburgstiftung-Berlin/ansible-lin…
Browse files Browse the repository at this point in the history
…t_v6.22.2

updated checkout and ansible-lint actions
  • Loading branch information
zerwes authored Jan 29, 2024
2 parents f9aea9e + 9b7054d commit 79664fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: 'rls.unbound'
- uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible/[email protected]
with:
path: '.'
uses: ansible/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- ansible: legacy
pip3deps: 'dnspython "ansible==2.9.27" "molecule[docker,lint]==3.2.3" "yamllint==1.24.2" "ansible-lint==4.2.0" "requests<2.29" "urllib3<2"'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: 'rls.unbound'

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: 'rls.unbound'

Expand All @@ -20,7 +20,7 @@ jobs:
python-version: 3.9

- name: Install test dependencies.
run: pip3 install dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"
run: pip3 install dnspython ansible molecule "molecule-plugins[docker]" yamllint ansible-lint

- name: run molecule converge
run: molecule converge
Expand All @@ -38,5 +38,3 @@ jobs:
- name: run pylint
run: |
pylint /tmp/unbound-dnsbl-updater.py

0 comments on commit 79664fb

Please sign in to comment.