From 18ee0a1e28b7ee95f1ed8a0960e8189691d0eb75 Mon Sep 17 00:00:00 2001 From: Alex Pana <8968914+acpana@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:05:02 +0000 Subject: [PATCH] ci:refactor: reorder steps Signed-off-by: Alex Pana <8968914+acpana@users.noreply.github.com> --- .github/workflows/license-lint.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license-lint.yaml b/.github/workflows/license-lint.yaml index 70452d5e41..20b2f6ed80 100644 --- a/.github/workflows/license-lint.yaml +++ b/.github/workflows/license-lint.yaml @@ -32,14 +32,14 @@ jobs: permissions: contents: read steps: - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version-file: 'go.mod' - name: Check out code into the Go module directory uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version-file: 'go.mod' - name: license-lint run: | export GOPATH="$HOME/go"