Skip to content

feat(orm): add unchecked casts for ushort and byte types #7

feat(orm): add unchecked casts for ushort and byte types

feat(orm): add unchecked casts for ushort and byte types #7

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- '**'
tags:
- '*'
jobs:
build:
if: ${{ github.event_name == 'pull_request' || contains(github.event.head_commit.message, '[build]') || startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- run: dotnet restore
- run: dotnet build -c Release --no-restore