From 95519cf5d2db0cdaf510760382a165da1ea151df Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 19 May 2023 13:55:03 -0400 Subject: Move the CI action config --- .github/workflows.yaml | 24 ------------------------ .github/workflows/test.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows.yaml create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows.yaml b/.github/workflows.yaml deleted file mode 100644 index ca57a54..0000000 --- a/.github/workflows.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Go Responsiveness - -on: - pull_request: - branches: main - types: edited - -jobs: - build: - - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: '1.20' - - - name: Build - run: make build - - - name: Test - run: make test \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..ca57a54 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,24 @@ +name: Go Responsiveness + +on: + pull_request: + branches: main + types: edited + +jobs: + build: + + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: '1.20' + + - name: Build + run: make build + + - name: Test + run: make test \ No newline at end of file -- cgit v1.2.3