From e146f9e1dd6951a53cfb1306897df407b354852a Mon Sep 17 00:00:00 2001 From: notsatan Date: Fri, 5 Jan 2024 20:53:09 +0545 Subject: [PATCH] Fix: Patch a bug in the generated workflow for linter Signed-off-by: notsatan --- .../.github/workflows/linting.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.project_name.strip() }}/.github/workflows/linting.yml b/{{ cookiecutter.project_name.strip() }}/.github/workflows/linting.yml index 5401f1e..197c89c 100644 --- a/{{ cookiecutter.project_name.strip() }}/.github/workflows/linting.yml +++ b/{{ cookiecutter.project_name.strip() }}/.github/workflows/linting.yml @@ -26,16 +26,16 @@ jobs: os: [ ubuntu-latest ] {% raw %} runs-on: ${{ matrix.os }} - +{% endraw %} + steps: + - name: Checkout code + uses: actions/checkout@v3 +{% raw %} - name: Setup Go uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} {% endraw %} - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: