Skip to content

Fix/contract keys and register constant #1201

Fix/contract keys and register constant

Fix/contract keys and register constant #1201

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
productNamespacePrefix: "Splat.DependencyInjection"
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
permissions:
contents: read
actions: write
jobs:
build:
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
productNamespacePrefix: Splat.DependencyInjection
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}