diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml new file mode 100644 index 0000000..889086b --- /dev/null +++ b/.github/workflows/go.yaml @@ -0,0 +1,16 @@ +name: Go + +on: + workflow_dispatch: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + call: + uses: opiproject/actions/.github/workflows/go.yml@main + secrets: inherit