mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
swap
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -46,10 +46,10 @@ jobs:
|
||||
with:
|
||||
upload-release-assets: false
|
||||
|
||||
- name: Generate & Build
|
||||
- name: Build frontend & lint
|
||||
run: |
|
||||
task lint
|
||||
task build:web
|
||||
task lint
|
||||
|
||||
- name: Run GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
|
||||
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -41,10 +41,10 @@ jobs:
|
||||
- name: Install Task
|
||||
uses: go-task/setup-task@v1
|
||||
|
||||
- name: Generate & Build
|
||||
- name: Build frontend & lint
|
||||
run: |
|
||||
task lint
|
||||
task build:web
|
||||
task lint
|
||||
|
||||
- name: Run GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
|
||||
Reference in New Issue
Block a user