Skip to content

Commit bf4cc35

Browse files
committed
fix: yaml lint
1 parent 8b4fedf commit bf4cc35

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [ master, main ]
5+
branches: [master, main]
66
push:
7-
branches: [ master, main ]
7+
branches: [master, main]
88

99
permissions:
1010
contents: write
@@ -16,7 +16,7 @@ jobs:
1616
set-version:
1717
runs-on: ubuntu-22.04
1818
container:
19-
image: mcr.microsoft.com/dotnet/sdk:10.0
19+
image: mcr.microsoft.com/dotnet/sdk:10.0
2020
outputs:
2121
semVer: ${{ steps.gitversion.outputs.semVer }}
2222
steps:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install GitVersion
3030
uses: gittools/actions/gitversion/setup@v4
3131
with:
32-
versionSpec: '6.x'
32+
versionSpec: "6.x"
3333
- name: Set SemVer Version
3434
uses: gittools/actions/gitversion/execute@v4
3535
id: gitversion
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- uses: ensono/actions/eirctl-setup@v0.3.1
50-
with:
50+
with:
5151
version: latest
5252
isPrerelease: false
5353

@@ -69,7 +69,7 @@ jobs:
6969
uses: mikepenz/action-junit-report@v6
7070
if: success() || failure()
7171
with:
72-
report_paths: '.coverage/report-junit.xml'
72+
report_paths: ".coverage/report-junit.xml"
7373
commit: ${{ github.sha }}
7474
fail_on_failure: true
7575
check_name: aws-cli-auth Unit Tests
@@ -86,4 +86,4 @@ jobs:
8686
args: >
8787
-Dsonar.projectVersion=${{ needs.set-version.outputs.semVer }}
8888
-Dsonar.working.directory=.scannerwork
89-
-Dsonar.scm.provider=git
89+
-Dsonar.scm.provider=git

0 commit comments

Comments
 (0)