diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 604ce7d..8cecbbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,11 +25,6 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - name: Run lint - uses: golangci/golangci-lint-action@v4 - with: - version: latest - - name: setup NodeJS uses: actions/setup-node@v4 with: @@ -44,6 +39,11 @@ jobs: restore-keys: | ${{ runner.os }}-node- + - name: Run lint + uses: golangci/golangci-lint-action@v4 + with: + version: latest + - name: Build UI run: make ui