From e813a3964287d3c71b2750bd9b9f326e8a777d15 Mon Sep 17 00:00:00 2001 From: Kamlesh Bhosale Date: Mon, 23 Feb 2026 12:08:53 +0000 Subject: [PATCH] add GHA --- .github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/main.yml 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