Skip to content

Improve managed method naming by using the standard function name #1

Improve managed method naming by using the standard function name

Improve managed method naming by using the standard function name #1

Workflow file for this run

name: ci_build_zlib
on:
push:
paths:
- 'src/*.props'
- 'src/zlib/**'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
with:
dotnet-releaser-path: 'src/zlib/dotnet-releaser.toml'
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}