diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..b8f6efb --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,20 @@ +name: Go CI + +on: + push: + branches: + - main + pull_request: + branches: + - '**' + +jobs: + strongo_workflow: + permissions: + contents: write + uses: strongo/cicd/.github/workflows/workflow.yml@main + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + cgo_enabled: false + disable-version-bumping: true