Skip to content

chore: roll to 1.57.0-beta-1763739794000 #5650

chore: roll to 1.57.0-beta-1763739794000

chore: roll to 1.57.0-beta-1763739794000 #5650

Workflow file for this run

name: Code Style Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Check formatting
run: dotnet format ./src/ --verify-no-changes -v:diag
- name: Download driver
run: ./build.sh --download-driver
- name: Build projects (runs .NET analyzers)
run: dotnet build ./src