Skip to content

fix #59 - endianness inconsistency for Base32.Encode(ulong) and Decod… #139

fix #59 - endianness inconsistency for Base32.Encode(ulong) and Decod…

fix #59 - endianness inconsistency for Base32.Encode(ulong) and Decod… #139

Workflow file for this run

name: Build & test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Run tests
run: dotnet test