chore(ci): Run make ui first before run golangci-lint

This commit is contained in:
Christian Ditaputratama 2024-08-22 00:57:50 +07:00
parent 9345e75b9c
commit 64ab2aa185
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -39,13 +39,13 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: Build UI
run: make ui
- name: Run lint - name: Run lint
uses: golangci/golangci-lint-action@v4 uses: golangci/golangci-lint-action@v4
with: with:
version: latest version: latest
- name: Build UI
run: make ui
- name: Run test - name: Run test
run: make test run: make test