fixup! Implement ansible-lint workflow
This commit is contained in:
parent
7cc5ef1d3d
commit
c021aefbb7
@ -1,10 +1,10 @@
|
|||||||
name: Lint Ansible files
|
name: Lint Ansible files
|
||||||
run-name: "${{ gitea.actor }} is linting Ansible files!"
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
lint-ansible-files:
|
lint-ansible-files:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- run: "echo ${{ gitea.secretsecret }}"
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y python3 python3-pip python3-venv
|
- run: apt-get install -y python3 python3-pip python3-venv
|
||||||
- run: python3 --version
|
- run: python3 --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user