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: