Skip to content

Commit

Permalink
Merge pull request #105 from Lombiq/issue/OSOE-759
Browse files Browse the repository at this point in the history
OSOE-759: Fixing YML lint warinings
  • Loading branch information
Piedone authored Jul 7, 2024
2 parents 6ddf7b8 + da5e836 commit 5506480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
with:
# Don't generate any symbol package because we're not including the Lombiq.Analyzers.dll in the NuGet package
# itself, either. See Invoke-BeforePack.ps1 for details.
dotnet-pack-include-symbols: "false"
dotnet-pack-include-symbols: 'false'
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/test-analysis-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test Analysis Failure - NuGet PackageReference
uses: Lombiq/GitHub-Actions/.github/workflows/test-analysis-failure.yml@dev
with:
machine-types: "[\"ubuntu-latest\", \"windows-latest\"]"
machine-types: "['ubuntu-latest', 'windows-latest']"
build-directory: TestSolutions/Lombiq.Analyzers.PackageReference
timeout-minutes: 30
build-expected-code-analysis-errors: |
Expand All @@ -25,7 +25,7 @@ jobs:
name: Test Analysis Failure - Local ProjectReference
uses: Lombiq/GitHub-Actions/.github/workflows/test-analysis-failure.yml@dev
with:
machine-types: "[\"ubuntu-latest\", \"windows-latest\"]"
machine-types: "['ubuntu-latest', 'windows-latest']"
build-directory: TestSolutions/Lombiq.Analyzers.ProjectReference
timeout-minutes: 30
build-expected-code-analysis-errors: |
Expand Down

0 comments on commit 5506480

Please sign in to comment.