Skip to content

Commit f64e1fe

Browse files
committed
fix indentation
1 parent 37c8112 commit f64e1fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
jobs:
88
build-qs:
99
runs-on: macos-latest
10+
env:
11+
QS_SOURCE_ROOT: /tmp/git/quicksilver
12+
QS_DONT_TEST: 1
13+
CONFIGURATION: Debug
1014
steps:
11-
with:
12-
QS_SOURCE_ROOT: /tmp/git/quicksilver
13-
QS_DONT_TEST: 1
14-
CONFIGURATION: Debug
15-
run: |
15+
- run: |
1616
latest_tag=$(
1717
git ls-remote --tags --refs --sort="-v:refname" https://github.com/quicksilver/quicksilver |
1818
awk -F/ '{ print $NF; exit }'
@@ -31,6 +31,9 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- run: |
3333
set -x
34+
35+
pwd
36+
3437
python -m pip install --user cookiecutter
3538
3639
pushd "$(mktemp -d)"

0 commit comments

Comments
 (0)