Skip to content

Commit 3353e37

Browse files
committed
Adjust indentation
1 parent 6b4f965 commit 3353e37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
shell: pwsh
134134
working-directory: ${{ env.AMALGAMATION }}
135135
run: |
136-
python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.c.json -s ../src
137-
python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.h.json -s ../src
138-
python ../scripts/amalgamate.py -v yes -c ../scripts/shell3mc.c.json -s ../src
139-
dir
136+
python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.c.json -s ../src
137+
python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.h.json -s ../src
138+
python ../scripts/amalgamate.py -v yes -c ../scripts/shell3mc.c.json -s ../src
139+
dir
140140
141141
build-linux:
142142
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)