This commit is contained in:
parent
b88fdba1ad
commit
33de223a5c
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
- feature/forgejo-actions
|
||||
- testing
|
||||
jobs:
|
||||
test:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -16,3 +16,8 @@ jobs:
|
|||
python3 -m pip install ansible
|
||||
python3 -m pip install ansible-lint
|
||||
|
||||
- name: Check ansible version
|
||||
run: |
|
||||
ansible --version
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue