File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 pull_request :
5- branches : [ master, main ]
5+ branches : [master, main]
66 push :
7- branches : [ master, main ]
7+ branches : [master, main]
88
99permissions :
1010 contents : write
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 :
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
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
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
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
You can’t perform that action at this time.
0 commit comments