Skip to content

Commit ff2768c

Browse files
committed
Fix indenting
1 parent 115e710 commit ff2768c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 #v4.1.7
1212

13-
- name: Set up Python
14-
uses: actions/setup-python@v6
15-
with:
16-
python-version: '3.x'
13+
- name: Set up Python
14+
uses: actions/setup-python@v6
15+
with:
16+
python-version: '3.x'
1717

1818
- name: Set up cmake-lint
1919
run: pip install cmake-lint

0 commit comments

Comments
 (0)