diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..fefed28d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +name: mapstructure + +on: + push: + branches: + - master + - main + pull_request: + branches: + - master + - main + schedule: + - cron: '0 4 1 * *' + workflow_dispatch: + +jobs: + build: + uses: whitehatsec/pipelines-library/.github/workflows/go-module.yaml@main + secrets: inherit + with: + service_name: ${{ github.workflow }} \ No newline at end of file