diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f1d6925..bb3fe447 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,12 +26,13 @@ jobs: with: node-version-file: ".nvmrc" cache: "yarn" - - name: Install dependencies - run: yarn install --immutable - - name: Check Copyright Header + - name: Setup Go uses: actions/setup-go@v3 with: go-version: 1.23 + - name: Install dependencies + run: yarn install --immutable + - name: Check Copyright Header run: yarn copyright:check - name: Code Lint run: yarn lint