From a2fe1cb2a25b03567721736142071213165c26a6 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Fri, 7 Feb 2025 17:37:09 +0000 Subject: [PATCH] Ping workflows. --- .github/workflows/test2.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/test2.yml diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml new file mode 100644 index 0000000..4c137de --- /dev/null +++ b/.github/workflows/test2.yml @@ -0,0 +1,18 @@ +name: test2 +on: + pull_request: + push: + branches: + - master + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/setup-go@v5 + with: + cache: false + go-version: '^1.23' + - uses: actions/checkout@v4 + - uses: n8maninger/action-golang-test@v2