From e526933264cf0b6961c2c1fbb8b18868fa6fb279 Mon Sep 17 00:00:00 2001 From: Janik <10290002+led0nk@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:44:30 +0200 Subject: [PATCH] wf --- .github/workflows/build-and-test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1aae7e7..bc6be6f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -7,16 +7,16 @@ on: jobs: setup-env: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: "1.21.8" - - name: install gomods - run: make gomoddownload - - name: install tools - run: make install-gotools + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: "1.21.8" + - name: install gomods + run: make gomoddownload + - name: install tools + run: make install-gotools lint: name: Lint runs-on: ubuntu-latest