Skip to content

Commit 6bf8f07

Browse files
committed
Fix indentation for yaml in CI job.
1 parent 2bfa983 commit 6bf8f07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
steps:
6161
- name: Check out repository contents
6262
uses: actions/checkout@v3
63-
- name: Set up Python 3 with DNF
64-
run: |
65-
dnf install -y python3 python3-pip
63+
- name: Set up Python 3 with DNF
64+
run: |
65+
dnf install -y python3 python3-pip
6666
- name: Setup environment
6767
run: |
6868
make dependencies
@@ -93,9 +93,9 @@ jobs:
9393
steps:
9494
- name: Check out repository contents
9595
uses: actions/checkout@v3
96-
- name: Set up Python 3 with DNF
97-
run: |
98-
dnf install -y python3 python3-pip
96+
- name: Set up Python 3 with DNF
97+
run: |
98+
dnf install -y python3 python3-pip
9999
- name: Setup environment
100100
run: |
101101
make dependencies

0 commit comments

Comments
 (0)