mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 08:57:36 +00:00
chore(ci): Run make ui
first before run golangci-lint
This commit is contained in:
parent
9345e75b9c
commit
64ab2aa185
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -39,13 +39,13 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Build UI
|
||||
run: make ui
|
||||
|
||||
- name: Run lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Build UI
|
||||
run: make ui
|
||||
|
||||
- name: Run test
|
||||
run: make test
|
||||
|
|
Loading…
Reference in a new issue