Skip to content

chore(deps): update dessant/lock-threads action to v6 (#296) #1277

chore(deps): update dessant/lock-threads action to v6 (#296)

chore(deps): update dessant/lock-threads action to v6 (#296) #1277

Workflow file for this run

name: Build
on:
push:
branches:
- main # ✅ run on main
pull_request: # (optional) run on PRs targeting any branch
# 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:
useUNO: true
productNamespacePrefix: "ReactiveUI.Uno"
solutionFile: "ReactiveUI.Uno.sln"
installWorkloads: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}