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: CI
on:
pull_request:
push:
branches:
- '**'
jobs:
test:
if: ${{ github.event_name == 'pull_request' || contains(github.event.head_commit.message, '[ci]') }}
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
- run: dotnet test -c Release --no-build --verbosity normal