Skip to content

bit platform CI - CodeAnalyzers #1

bit platform CI - CodeAnalyzers

bit platform CI - CodeAnalyzers #1

name: bit platform CI - CodeAnalyzers
on:
workflow_dispatch:
pull_request:
paths:
- 'src/CodeAnalyzers/**'
env:
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true
permissions:
contents: read
jobs:
build-CodeAnalyzers:
if: startsWith(github.event.pull_request.title, 'Prerelease') != true && startsWith(github.event.pull_request.title, 'Release') != true && startsWith(github.event.pull_request.title, 'Version') != true
name: build Bit.CodeAnalyzers
runs-on: ubuntu-24.04
steps:
- name: Checkout source code
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Setup .NET 10.0
uses: actions/setup-dotnet@v5
with:
global-json-file: src/global.json
- name: dotnet build
run: dotnet build src/CodeAnalyzers/Bit.CodeAnalyzers.slnx