Skip to content

Commit

Permalink
chore(ci): Run golangci-lint after NodeJS ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ditatompel committed Aug 21, 2024
1 parent 46c209d commit 9345e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 9345e75

Please sign in to comment.