Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 528aae2

Browse files
author
staticdev
committed
Fix indentation for CI
1 parent df3fbe6 commit 528aae2

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ jobs:
3232
yamllint .
3333
ansible-lint
3434
35-
molecule:
36-
name: Molecule
37-
runs-on: ubuntu-latest
38-
39-
steps:
40-
- name: Check out the repository
41-
uses: actions/checkout@v2.3.4
42-
with:
43-
fetch-depth: 2
44-
45-
- name: Set up Python
46-
uses: actions/setup-python@v2.1.4
47-
with:
48-
python-version: "3.9"
49-
50-
- name: Install test dependencies
51-
run: pip3 install ansible molecule[docker] docker
52-
53-
- name: Run Molecule tests
54-
run: molecule test
55-
env:
56-
PY_COLORS: "1"
57-
ANSIBLE_FORCE_COLOR: "1"
58-
MOLECULE_DISTRO: ubuntu2010
35+
molecule:
36+
name: Molecule
37+
runs-on: ubuntu-latest
38+
39+
steps:
40+
- name: Check out the repository
41+
uses: actions/checkout@v2.3.4
42+
with:
43+
fetch-depth: 2
44+
45+
- name: Set up Python
46+
uses: actions/setup-python@v2.1.4
47+
with:
48+
python-version: "3.9"
49+
50+
- name: Install test dependencies
51+
run: pip3 install ansible molecule[docker] docker
52+
53+
- name: Run Molecule tests
54+
run: molecule test
55+
env:
56+
PY_COLORS: "1"
57+
ANSIBLE_FORCE_COLOR: "1"
58+
MOLECULE_DISTRO: ubuntu2010

0 commit comments

Comments
 (0)