We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaf51c commit b784692Copy full SHA for b784692
.github/workflows/build.yml
@@ -0,0 +1,7 @@
1
+name: Build
2
+on: [push, pull_request]
3
+
4
+jobs:
5
+ build:
6
+ uses: FoundatioFx/Foundatio/.github/workflows/build-workflow.yml@main
7
+ secrets: inherit
0 commit comments