Skip to content

Make LEB128 size calculation branchless #117

Make LEB128 size calculation branchless

Make LEB128 size calculation branchless #117

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml