.github/workflows/main.yml
Expected an indentation at 4 instead of at 2. Open
Open
push:
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
schedule:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
run: dotnet restore
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Uses ETL which needs Windows
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
if: ${{ runner.os == 'Windows' }}
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
workflow_call: # Allow to be called from the release workflow
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
matrix:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- main
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
security-events: write # required for CodeQL
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/upload-artifact@v4
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
contents: read
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
run: dotnet test --no-build --configuration Release --settings ./build/targets/tests/test.runsettings
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
**/*.received.*
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
merge_group:
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
packages: read
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
if: failure()
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: codacy/codacy-coverage-reporter-action@v1.3.0
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
IS_COVERAGE_ALLOWED: ${{ secrets.CODACY_PROJECT_TOKEN != '' }}
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: github/codeql-action/analyze@v3
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
pull_request:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- main
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: github/codeql-action/init@v3
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/upload-artifact@v4
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/upload-artifact@v4
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/upload-artifact@v4
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
build:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/setup-dotnet@v4
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
run: dotnet build --no-restore --configuration Release /bl:./artifacts/logs/release/build.release.binlog
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
uses: actions/upload-artifact@v4
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
if: success() || failure()
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
run: cat artifacts/TestResults/coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
run: ${{ github.workspace }}/build/scripts/perf/PerfCore.ps1 -v diag -diff -ci
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
actions: read
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- main
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
if: ${{ runner.os == 'Linux' && env.IS_COVERAGE_ALLOWED == 'true' }}
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
if: success() || failure()
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
./artifacts/package
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
fail-fast: false # Run all OSes, even if one fails, to help narrow down issues that only impact some platforms
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
shell: bash
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
with:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
shell: pwsh
- Exclude checks