Skip to content

Commit d53e3dc

Browse files
committed
style(ci): Add blank lines for readability
1 parent 661598c commit d53e3dc

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,21 @@ jobs:
1313
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
16+
1617
- uses: gittools/actions/gitversion/setup@v4.3.2
1718
name: Install GitVersion
1819
with:
1920
versionSpec: '6.x'
2021
includePrerelease: true
22+
2123
- uses: gittools/actions/gitversion/execute@v4.3.2
2224
name: Use GitVersion
2325
with:
2426
configFilePath: 'GitVersion_v6.yml'
2527
overrideConfig: |
2628
semantic-version-format=Loose
2729
id: version_step # step id used as a reference for output values
30+
2831
- run: |
2932
echo "FullSemVer (env.fullSemVer) : ${{ env.fullSemVer }}"
3033
echo "FullSemVer (env.GitVersion_FullSemVer) : ${{ env.GitVersion_FullSemVer }}"

.github/workflows/different-job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26+
2627
- uses: gittools/actions/gitversion/setup@v4.3.2
2728
name: Install GitVersion
2829
with:
2930
versionSpec: '6.x'
3031
includePrerelease: false
32+
3133
- uses: gittools/actions/gitversion/execute@v4.3.2
3234
name: Use GitVersion
3335
with:

.github/workflows/same-job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
16+
1617
- uses: gittools/actions/gitversion/setup@v4.3.2
1718
name: Install GitVersion
1819
with:
1920
versionSpec: '6.x'
2021
includePrerelease: false
22+
2123
- uses: gittools/actions/gitversion/execute@v4.3.2
2224
name: Use GitVersion
2325
with:

0 commit comments

Comments
 (0)