Skip to content

Commit

Permalink
Install requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Jan 30, 2024
1 parent f2de98e commit 4078640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Create vault password.'
run: echo "${{ secrets.VAULT_PASSWORD }}" > ~/.goldentooth_vault_password
- name: 'Install requirements.'
run: ansible-galaxy install -r requirements.yaml
- name: 'Run ansible-lint.'
uses: ansible/ansible-lint@24ac1cdb1ae30a273a844ac869fadd8d7b544ef5 # v6.22.2

0 comments on commit 4078640

Please sign in to comment.