mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Compare commits
3 commits
c31ae144da
...
50f0aab1e0
Author | SHA1 | Date | |
---|---|---|---|
|
50f0aab1e0 | ||
64ab2aa185 | |||
9345e75b9c |
1 changed files with 5 additions and 5 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
@ -47,5 +42,10 @@ jobs:
|
|||
- name: Build UI
|
||||
run: make ui
|
||||
|
||||
- name: Run lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Run test
|
||||
run: make test
|
||||
|
|
Loading…
Reference in a new issue