chore(deps): update dependency verify.xunit to 26.4.4 (#342) #667
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | ||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
env: | ||
productNamespacePrefix: "Punchclock" | ||
permissions: | ||
contents: read | ||
jobs: | ||
build: | ||
permissions: | ||
contents: none | ||
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | ||
with: | ||
configuration: Release | ||
productNamespacePrefix: "Punchclock" | ||
dotNetBuild: true | ||
Check failure on line 23 in .github/workflows/ci-build.yml GitHub Actions / buildInvalid workflow file
|
||
useVisualStudioPreview: false | ||
useMauiCheckDotNetTool: false | ||
installWorkflows: false |