From 92cef423bbbb18254888ad4ea6fcdaca48685e4b Mon Sep 17 00:00:00 2001 From: Marco Brotas Date: Thu, 17 Oct 2024 11:44:29 +0200 Subject: [PATCH] fix: code climate upload --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ff352db..a806967 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,8 +20,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - - name: List Project Files - run: ls -R "$GITHUB_WORKSPACE" - name: Install dependencies run: go get . - name: Build