Skip to content

Update readme with some example for using key/values #16

Update readme with some example for using key/values

Update readme with some example for using key/values #16

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
GIST_GITHUB_TOKEN: ${{ secrets.GIST_GITHUB_TOKEN }}